Mat |
public sealed class NumericArray : MatValue, IEquatable<MatValueNumericArray>
The MatValueNumericArray type exposes the following members.
| Name | Description | |
|---|---|---|
| MatValueNumericArray | Represents an n-dimensional numeric array. |
| Name | Description | |
|---|---|---|
| Data | The numeric values of the array. | |
| Dimensions | The dimensions of the array. | |
| IsColumnMajor | A value indicating whether the array data is stored in column-major order. |