Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.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 System.Single
    public System.float Determinant {get;}

    Property Value

    The determinant of the matrix.
    See Also