Mat |
public sealed class LogicalArray : MatValue, IEquatable<MatValueLogicalArray>
The MatValueLogicalArray type exposes the following members.
| Name | Description | |
|---|---|---|
| MatValueLogicalArray | Represents a logical (boolean) array. |
| Name | Description | |
|---|---|---|
| Data | The logical values of the array. | |
| Dimensions | The dimensions of the array. | |
| IsColumnMajor | A value indicating whether the array data is stored in column-major order. |