ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix4x4 Structure / Determinant Property

In This Topic
    Determinant Property (Matrix4x4)
    In This Topic
    Calculates the determinant of the matrix.
    Syntax
    'Declaration
     
    Public ReadOnly Property Determinant As Single
    public float Determinant {get;}

    Property Value

    The determinant of the matrix.
    See Also