Matrix.IsIdentity 属性

定义

获取一个值,该值指示此 Matrix 是否是单位矩阵。

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

属性值

如果该 Matrix 是标识,则该属性为 true;否则为 false

适用于