GH_IntervalIsValid Property |
Gets the validity of this instance. Intervals are invalid if either of the extremes is a #NaN.
Namespace:
Grasshopper.Kernel.Types
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public override bool IsValid { get; }
Public Overrides ReadOnly Property IsValid As Boolean
Get
Property Value
Type:
Boolean[Missing <value> documentation for "P:Grasshopper.Kernel.Types.GH_Interval.IsValid"]
See Also