M_Rhino_Geometry_Transform_CompareTo - mcneel/rhinocommon-api-docs GitHub Wiki

Transform.CompareTo Method

Compares this transform with another transform. M33 has highest value, then M32, etc..

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public int CompareTo(
	Transform other
)

VB

Public Function CompareTo ( 
	other As Transform
) As Integer

Parameters

 

other
Type: Rhino.Geometry.Transform
Another transform.

Return Value

Type: Int32
-1 if this < other; 0 if both are equal; 1 otherwise.

Implements

IComparable(T).CompareTo(T)

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Transform Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️