Array2D<T>.AsArray1D Method

Returns the array as an array with offset.

DefinitionPermalink

Namespace: Numerics.NET.Collections
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
public Array1D<T> AsArray1D()

Return ValuePermalink

Array1D<T>
An array with offset.

See AlsoPermalink