Matrix<T>.ReadOnlyStorage Property

If available, gets a read-only 2D span over the elements of the matrix.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public virtual ReadOnlySpan2D<T> ReadOnlyStorage { get; }

Property Value

ReadOnlySpan2D<T>

See Also