Matrix.IsIdentity プロパティ

定義

この Matrix が単位行列かどうかを示す値を取得します。

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

プロパティ値

Boolean

Matrix が単位行列の場合、このプロパティは true になります。それ以外の場合は false になります。

適用対象