Matrix.IsInvertible Propriedade
Definição
public:
property bool IsInvertible { bool get(); };
public bool IsInvertible { get; }
member this.IsInvertible : bool
Public ReadOnly Property IsInvertible As Boolean
Valor da propriedade
Essa propriedade será true se Matrix for invertível; caso contrário, false .This property is true if this Matrix is invertible; otherwise, false.