Calculates the inverse of the specified matrix.
            
            
            
            
            
            
            
            '宣言
 
Public Overloads Shared Function InvertRef( _
   ByRef  As Matrix4x4, _
   ByRef  As Matrix4x4 _
) As System.Boolean
             
        
            
            public static System.bool InvertRef( 
   out Matrix4x4 ,
   ref Matrix4x4 
)
             
        
             
        
            パラメータ
- result
 
- When the method completes, contains the inverse of the specified matrix.
 - value
 
- The matrix whose inverse is to be calculated.
 
            
            戻り値の型
true if matrix was converted successfully; otherwise, false.