SparqlNodeComparerNumericCompare Method (IValuedNode, IValuedNode, SparqlNumericType) | 
 
            Compares two Nodes for Numeric Ordering.
            
 
    Namespace: 
   VDS.RDF.Query
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxprotected virtual int NumericCompare(
	IValuedNode x,
	IValuedNode y,
	SparqlNumericType type
)
Protected Overridable Function NumericCompare ( 
	x As IValuedNode,
	y As IValuedNode,
	type As SparqlNumericType
) As Integer
Parameters
- x
 - Type: VDS.RDF.NodesIValuedNode
Node. - y
 - Type: VDS.RDF.NodesIValuedNode
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.Nodes.IValuedNode,VDS.RDF.Nodes.IValuedNode,VDS.RDF.Query.Expressions.SparqlNumericType)"]
See Also