MatValueStructArray Constructor |
Represents a MATLAB struct array.
Namespace: Altaxo.Serialization.MatlabAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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