IStorage2D<T, TSlice, TStorage2D>.Diagonal Method

Returns an array slice that corresponds to a column in the array.

Definition

Namespace: Numerics.NET.Collections
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
TSlice Diagonal(
	int index
)

Parameters

index  Int32
The distance of the diagonal from the main diagonal. Positive values are above the main diagonal. Negative values are below.

Return Value

TSlice
An array slice that starts at the first element in the diagonal.

See Also