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

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