Point3CompareTo Method
compares two points.
Namespace: Karamba.GeometryAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public int CompareTo(
Point3 other
)
Public Function CompareTo (
other As Point3
) As Integer
public:
virtual int CompareTo(
Point3 other
) sealed
abstract CompareTo :
other : Point3 -> int
override CompareTo :
other : Point3 -> int
- other Point3
- otherpoint to be tested.
Int32true if the distance of the points from the origin are the same.
IComparableTCompareTo(T)