Click or drag to resize

GH_Number Properties

The GH_Number type exposes the following members.

Properties
  NameDescription
Public propertyIsValid
Gets the validity of this instance. If the number is NaN, then it is considered invalid
(Overrides GH_GooTIsValid.)
Public propertyIsValidWhyNot
Gets a string describing the state of "invalidness". If the instance is valid, then this property should return Nothing or String.Empty.
(Overrides GH_GooTIsValidWhyNot.)
Public propertyTypeDescription (Overrides GH_GooTTypeDescription.)
Public propertyTypeName (Overrides GH_GooTTypeName.)
Public propertyValue
Gets or sets the internal data.
(Inherited from GH_GooT.)
Top
See Also