MatValueNumericArray Constructor |
Represents an n-dimensional numeric array.
Namespace: Altaxo.Serialization.MatlabAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic NumericArray(
ReadOnlyMemory<double> Data,
ReadOnlyMemory<int> Dimensions,
bool IsColumnMajor = true
)
Parameters
- Data ReadOnlyMemoryDouble
- The numeric 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