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