ComplexConjugateSignalMatrix<T>.ReadOnlyStorage Property

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

Definition

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

Property Value

ReadOnlySpan2D<Complex<T>>

See Also