Matrix Properties

The Matrix type exposes the following members.

Properties

Name Description
Public property Determinant

Gets a determinant of the matrix.

Public property Elements

Gets an array of floating-point values that represents the elements of this Matrix.

Public property IsIdentity

Gets a value indicating whether this Matrix is the identity matrix.

Public property IsInvertible

Gets a value indicating whether this Matrix is invertible.

See Also

Reference