IComplexFloatSequenceItem Property |
Gets the element of the sequence at index i.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax Complex32 this[
int i
] { get; }
Parameters
- i Int32
-
Property Value
Complex32The element at index i.
See Also