'宣言 Public ReadOnly Property IsIdentity As System.Boolean
'使用法 Dim instance As Matrix Dim value As System.Boolean value = instance.IsIdentity
public System.bool IsIdentity {get;}
プロパティ値
true if this instance is an identity matrix; otherwise, false.