|
Matrix3x3ToArray Method
|
Returns array representation of the matrix.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax Public Function ToArray As Single()
Request Example
View SourceReturn Value
Type:
SingleReturns array which contains all elements of the matrix in the row-major order.
See Also