GH_Interval1D
Public Struct
Public Method
Public Method
Public Field
a
Public Field
b
Represents two double precision floating point values.
Namespace: GH_IO.Types
Assembly: GH_IO (in GH_IO.dll)
Syntax
public struct GH_Interval1D
The GH_Interval1D type exposes the following members.
Constructors
Name
Description
Public Method
GH_Interval1D
Constructor.
Methods
Name
Description
Public Method
ToString
Converts this structure to a human-readable string.
(Overrides ValueType.ToString..)
Fields
Name
Description
Public Field
a
Start of interval.
Public Field
b
End of interval.