Click or drag to resize

MatValueMatrixData Property

The matrix elements stored in a contiguous memory block.

Namespace: Altaxo.Serialization.Matlab
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ReadOnlyMemory<double> Data { get; init; }

Property Value

ReadOnlyMemoryDouble
See Also