Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.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