Matrix.IsInvertible Proprietà

Definizione

Ottiene un valore che indica se questa classe Matrix è invertibile.

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

Valore della proprietà

Questa proprietà è true se Matrix è invertibile. In caso contrario, sarà false.

Si applica a