Click or drag to resize

RhinoMathUnsetSingle Field

Gets the single precision floating point number that is considered 'unset' in Rhino.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public const float UnsetSingle = -1.234321E+38f

Field Value

Type: Single
Remarks
This is equivalent to openNURBS ON_UNSET_FLOAT.
See Also