Show / Hide Table of Contents

Class BaseNumericOperator

Abstract base class for numeric operators.

Inheritance
object
BaseOperator
BaseNumericOperator
AdditionOperator
DivisionOperator
MultiplicationOperator
SubtractionOperator
Implements
ISparqlOperator
IConfigurationSerializable
Inherited Members
BaseOperator.Operator
BaseOperator.IsExtension
BaseOperator.Apply(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 abstract class BaseNumericOperator : BaseOperator, ISparqlOperator, IConfigurationSerializable

Methods

| Edit this page View Source

IsApplicable(params IValuedNode[])

Operator is applicable if at least one input and all inputs are numeric.

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

Inputs.

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

Implements

ISparqlOperator
IConfigurationSerializable

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Methods
    • IsApplicable(params IValuedNode[])
  • Implements
  • Extension Methods
Back to top Generated by DocFX