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