LinearlySpacedIntervalByStartCountStepItem Property |
Gets the element at the specified index.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic double this[
int index
] { get; }Parameters
- index Int32
- The zero-based element index.
Return Value
DoubleElement at the specified index.
Implements
IReadOnlyListTItemInt32
See Also