Class MultiplicationOperator
Represents the numeric multiplication operator.
Inherited Members
Namespace: VDS.RDF.Query.Operators.Numeric
Assembly: dotNetRdf.dll
Syntax
public class MultiplicationOperator : BaseNumericOperator, ISparqlOperator, IConfigurationSerializable
Properties
| Edit this page View SourceIsExtension
Get the flag that indicates if this operator is an extension to the set of operators defined in the SPARQL specification.
Declaration
public override bool IsExtension { get; }
Property Value
Type | Description |
---|---|
bool |
Overrides
| Edit this page View SourceOperator
Gets the operator type.
Declaration
public override SparqlOperatorType Operator { get; }
Property Value
Type | Description |
---|---|
Sparql |
Overrides
Methods
| Edit this page View SourceApply(params IValuedNode[])
Applies the operator.
Declaration
public override IValuedNode Apply(params IValuedNode[] ns)
Parameters
Type | Name | Description |
---|---|---|
IValued |
ns | Arguments. |
Returns
Type | Description |
---|---|
IValued |