Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Matrix Class / Determinant3 Method
The matrix

In This Topic
    Determinant3 Method
    In This Topic
    Computes the determinant of a 3x3 matrix.
    Syntax
    'Declaration
     
    Public Shared Function Determinant3( _
       ByVal matrix(,) As Double _
    ) As Double
    public static double Determinant3( 
       double[,] matrix
    )

    Parameters

    matrix
    The matrix

    Return Value

    The matrix determinant.
    See Also