BaseNumericOperator.IsApplicable Method |
Operator is applicable if at least one input and all inputs are numeric.
Namespace:
VDS.RDF.Query.Operators.Numeric
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic override bool IsApplicable(
params IValuedNode[] ns
)
Public Overrides Function IsApplicable (
ParamArray ns As IValuedNode()
) As Boolean
Parameters
- ns
- Type:VDS.RDF.Nodes.IValuedNode[]
Inputs.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Query.Operators.Numeric.BaseNumericOperator.IsApplicable(VDS.RDF.Nodes.IValuedNode[])"]
Implements
ISparqlOperator.IsApplicable(IValuedNode[])
See Also