Matrix.IsInvertible Propriedade

Definição

Obtém um valor que indica se este Matrix pode ser invertido.Gets a value indicating whether this Matrix is invertible.

public:
 property bool IsInvertible { bool get(); };
public bool IsInvertible { get; }
member this.IsInvertible : bool
Public ReadOnly Property IsInvertible As Boolean

Valor da propriedade

Boolean

Essa propriedade será true se Matrix for invertível; caso contrário, false .This property is true if this Matrix is invertible; otherwise, false.

Aplica-se a