Matrix.IsIdentity Proprietà

Definizione

Ottiene un valore che indica se la classe Matrix è la matrice di identità.

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

Valore della proprietà

Questa proprietà è true se Matrix è una matrice di identità. In caso contrario, sarà false.

Si applica a