Click or drag to resize

GenericVectorTItem(Int32) Property

Gets the subarray at the specified indices.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public T[] this[
	int[] indices
] { get; }

Parameters

indices  Int32
The indices of the elements to get.

Return Value

T
The subarray at the specified indices.
See Also