GenericVectorTItem(Int32) Property |
Gets the subarray at the specified indices.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic T[] this[
int[] indices
] { get; }Parameters
- indices Int32
- The indices of the elements to get.
Return Value
TThe subarray at the specified indices.
See Also