RhinoCommon API
Vector2dCompareTo Method |
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public int CompareTo( Vector2d other )
Public Function CompareTo ( other As Vector2d ) As Integer
Parameters
- other
- Type: Rhino.GeometryVector2d
The other Vector2d to use in comparison.
Return Value
Type: Int320: if this is identical to other
-1: if this.X < other.X
-1: if this.X == other.X and this.Y < other.Y
+1: otherwise.
Implements
IComparableTCompareTo(T)
Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.8