Click or drag to resize

MatValueLogicalArrayData Property

The logical values of the array.

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

Property Value

ReadOnlyMemoryBoolean
See Also