SparqlNodeComparerNumericCompare Method (INode, INode, SparqlNumericType) |
Compares two Nodes for Numeric Ordering.
Namespace:
VDS.RDF.Query
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected virtual int NumericCompare(
INode x,
INode y,
SparqlNumericType type
)
Protected Overridable Function NumericCompare (
x As INode,
y As INode,
type As SparqlNumericType
) As Integer
Parameters
- x
- Type: VDS.RDFINode
Node. - y
- Type: VDS.RDFINode
Node. - type
- Type: VDS.RDF.Query.ExpressionsSparqlNumericType
Numeric Type.
Return Value
Type:
Int32[Missing <returns> documentation for "M:VDS.RDF.Query.SparqlNodeComparer.NumericCompare(VDS.RDF.INode,VDS.RDF.INode,VDS.RDF.Query.Expressions.SparqlNumericType)"]
See Also