Click or drag to resize

MatValueLogicalArray Constructor

Represents a logical (boolean) array.

Namespace: Altaxo.Serialization.Matlab
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public LogicalArray(
	ReadOnlyMemory<bool> Data,
	ReadOnlyMemory<int> Dimensions,
	bool IsColumnMajor = true
)

Parameters

Data  ReadOnlyMemoryBoolean
The logical values of the array.
Dimensions  ReadOnlyMemoryInt32
The dimensions of the array.
IsColumnMajor  Boolean  (Optional)
A value indicating whether the array data is stored in column-major order.
See Also