Windows apps
Collapse the table of content
Expand the table of content

Matrix4x4::IsIdentity Property

Indicates whether the current matrix is the identity matrix.

Namespace:  System.Numerics
Assembly:  System.Numerics.Vectors (in System.Numerics.Vectors.dll)

public:
property bool IsIdentity {
	bool get ();
}

Property Value

Type: System::Boolean
true if the current matrix is the identity matrix; otherwise, false.
Show:
© 2017 Microsoft