Click or drag to resize

IIntervalItem Property

Gets or sets the indexed bound of this Interval.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
double this[
	int index
] { get; set; }

Parameters

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

Property Value

Type: Double
See Also