Gets/sets the coordinate with index idx.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double this[
int idx
] { get; set; }
Parameters
- idx Int32
- Number of the coordinate.
Return Value
DoubleIf idx is 0, 1, or 2, then RX, RY, or RZ is accessed, respectively. Otherwise an
ArgumentOutOfRangeException is thrown.
See Also