Show / Hide Table of Contents

Class MultiplicationOperator

Represents the numeric multiplication operator.

Inheritance
System.Object
BaseOperator
BaseNumericOperator
MultiplicationOperator
Implements
ISparqlOperator
IConfigurationSerializable
Inherited Members
BaseNumericOperator.IsApplicable(params IValuedNode[])
BaseOperator.SerializeConfiguration(ConfigurationSerializationContext)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Query.Operators.Numeric
Assembly: dotNetRdf.dll
Syntax
public class MultiplicationOperator : BaseNumericOperator, ISparqlOperator, IConfigurationSerializable

Properties

| Improve this Doc View Source

IsExtension

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
System.Boolean
Overrides
BaseOperator.IsExtension
| Improve this Doc View Source

Operator

Gets the operator type.

Declaration
public override SparqlOperatorType Operator { get; }
Property Value
Type Description
SparqlOperatorType
Overrides
BaseOperator.Operator

Methods

| Improve this Doc View Source

Apply(params IValuedNode[])

Applies the operator.

Declaration
public override IValuedNode Apply(params IValuedNode[] ns)
Parameters
Type Name Description
IValuedNode[] ns

Arguments.

Returns
Type Description
IValuedNode
Overrides
BaseOperator.Apply(params IValuedNode[])

Implements

ISparqlOperator
IConfigurationSerializable

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • IsExtension
    • Operator
  • Methods
    • Apply(params IValuedNode[])
  • Implements
  • Extension Methods
Back to top Generated by DocFX