Click or drag to resize

MatValueObjectArrayFields Property

The field data keyed by field name.

Namespace: Altaxo.Serialization.Matlab
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IReadOnlyDictionary<string, MatValue[]> Fields { get; init; }

Property Value

IReadOnlyDictionaryString, MatValue
See Also