Click or drag to resize

MatValueStructArray Constructor

Represents a MATLAB struct array.

Namespace: Altaxo.Serialization.Matlab
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public StructArray(
	IReadOnlyDictionary<string, MatValue[]> Fields,
	ReadOnlyMemory<int> Dimensions,
	bool IsColumnMajor = true
)

Parameters

Fields  IReadOnlyDictionaryString, MatValue
The field data keyed by field name.
Dimensions  ReadOnlyMemoryInt32
The dimensions of the struct array.
IsColumnMajor  Boolean  (Optional)
A value indicating whether the element order follows MATLAB column-major layout.
See Also