Collapse All
Expand All
C#
AForge.NET Framework
Matrix3x3
.
.
::
.
ToArray Method
Matrix3x3 Structure
See Also
Send Feedback
Returns array representation of the matrix.
Namespace:
AForge.Math
Assembly:
AForge.Math
(in AForge.Math.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
C#
public
float
[]
ToArray
()
Return Value
Returns array which contains all elements of the matrix in the row-major order.
See Also
Matrix3x3 Structure
AForge.Math Namespace