Click or drag to resize

MatValueStructArrayDimensions Property

The dimensions of the struct array.

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

Property Value

ReadOnlyMemoryInt32
See Also