IStorage 2D<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.2
C#
An array slice that starts at the first element in the diagonal.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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
TSliceAn array slice that starts at the first element in the diagonal.