|
FaceCompareTo Method
|
compares this face to another one for sorting in the context of the BESO-procedure according to sensitivity
Namespace:
Karamba.Utilities.KMesh
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int CompareTo(
Object that
)
Public Function CompareTo (
that As Object
) As Integer
public:
virtual int CompareTo(
Object^ that
) sealed
abstract CompareTo :
that : Object -> int
override CompareTo :
that : Object -> int
Parameters
- that
- Type: SystemObject
[Missing <param name="that"/> documentation for "M:Karamba.Utilities.KMesh.Face.CompareTo(System.Object)"]
Return Value
Type:
Int32[Missing <returns> documentation for "M:Karamba.Utilities.KMesh.Face.CompareTo(System.Object)"]
Implements
IComparableCompareTo(Object)
See Also