| RhinoMathUnsetValue Field | 
 
            Gets the Rhino standard Unset value. Use this value rather than Double.NaN when 
            a bogus floating point value is required.
            
 
    Namespace: 
   Rhino
    Assembly:
   RhinoCommon (in RhinoCommon.dll)
 Syntax
Syntaxpublic const double UnsetValue = -1.23432101234321E+308
Public Const UnsetValue As Double = -1.23432101234321E+308
Field Value
Type: 
Double Remarks
Remarks
            This is equivalent to openNURBS ON_UNSET_VALUE.
            
 See Also
See Also