Matrix.IsIdentity Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob es sich bei Matrix um die Identitätsmatrix handelt.

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

Eigenschaftswert

Boolean

Diese Eigenschaft ist true, wenn es sich bei dieser Matrix um die Identitätsmatrix handelt, andernfalls false.

Gilt für