ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.Single
    public System.float Determinant {get;}
    See Also