Class BaseNumericOperator
Abstract base class for numeric operators.
Inheritance
System.Object
BaseNumericOperator
Inherited Members
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
| Improve this Doc View SourceIsApplicable(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 |
---|---|
System.Boolean |