Geotools.Net

AbstractSTRtree.CompareDoubles Method 

Missing <summary> documentation for M:Geotools.Index.STRTree.AbstractSTRtree.CompareDoubles(System.Double,System.Double)

[Visual Basic]
Protected Function CompareDoubles( _
   ByVal a As Double, _
   ByVal b As Double _
) As Integer
[C#]
protected int CompareDoubles(
   double a,
   double b
);

Parameters

a
Missing <param> documentation for a
b
Missing <param> documentation for b

Return Value

Missing <returns> documentation for M:Geotools.Index.STRTree.AbstractSTRtree.CompareDoubles(System.Double,System.Double)

Remarks

Missing <remarks> documentation for M:Geotools.Index.STRTree.AbstractSTRtree.CompareDoubles(System.Double,System.Double)

See Also

AbstractSTRtree Class | AbstractSTRtree Members | Geotools.Index.STRTree Namespace