Click or drag to resize

RhinoMathUnsetIntIndex Field

When signed int values are used in a context where 0 and small negative values are valid indices and there needs to be a value that indicates the index is not set.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public const int UnsetIntIndex = -2147483647

Field Value

Type: Int32
Remarks
This is equivalent to openNURBS ON_UNSET_INT_INDEX.
See Also