Click or drag to resize

IntervalItem Property

Gets or sets the indexed bound of this Interval.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public double this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
Bound index (0 = lower; 1 = upper).

Property Value

Type: Double
See Also