GenericVectorTItem(Int32) Property |
Gets or sets the T at the specified index.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic T this[
int i
] { get; set; }Parameters
- i Int32
- The index of the element to get or set.
Return Value
TThe
T at the specified index.
Implements
IVectorTItemInt32
See Also