Class MultiplicationOperator
Represents the numeric multiplication operator.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.Query.Operators.Numeric
Assembly: dotNetRDF.dll
Syntax
public class MultiplicationOperator : BaseNumericOperator, ISparqlOperator, IConfigurationSerializable
Properties
| Improve this Doc View SourceOperator
Gets the operator type.
Declaration
public override SparqlOperatorType Operator { get; }
Property Value
Type | Description |
---|---|
SparqlOperatorType |
Overrides
Methods
| Improve this Doc View SourceApply(IValuedNode[])
Applies the operator.
Declaration
public override IValuedNode Apply(params IValuedNode[] ns)
Parameters
Type | Name | Description |
---|---|---|
IValuedNode[] | ns | Arguments. |
Returns
Type | Description |
---|---|
IValuedNode |