Matrix3D.HasInverse Proprietà

Definizione

Ottiene un valore che indica se Matrix3D è invertibile.

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

Valore della proprietà

Boolean

true se la struttura Matrix3D dispone di un inverso, altrimenti false. Il valore predefinito è true.

Si applica a