DenseVector<T>.StorageOffset Property

If available, gets the offset of the first element of the vector in the storage span.

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public int StorageOffset { get; }

Property Value

Int32

See Also