Click or drag to resize
Accord.NET (logo)

Matrix4x4ToArray Method

Returns array representation of the matrix.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public float[] ToArray()
Request Example View Source

Return Value

Type: Single
Returns array which contains all elements of the matrix in the row-major order.
See Also