Show / Hide Table of Contents

Class AdditionOperator

Represents the numeric addition operator.
Inheritance
System.Object
BaseOperator
BaseNumericOperator
AdditionOperator
Implements
ISparqlOperator
IConfigurationSerializable
Inherited Members
BaseNumericOperator.IsApplicable(IValuedNode[])
BaseOperator.SerializeConfiguration(ConfigurationSerializationContext)
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 AdditionOperator : BaseNumericOperator, ISparqlOperator, IConfigurationSerializable

Properties

| 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(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(IValuedNode[])

Implements

ISparqlOperator
IConfigurationSerializable

Extension Methods

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