This documentation is for the old version. Go to the latest Graphics Mill docs

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 a reference to the array which stores the matrix elements.

Public property IsDisposed (Inherited from LockableObject.)
Public property IsIdentity

Gets a value that specifies whether this instance is an identify matrix.

Public property IsInvertible

Gets a value that specifies whether the matrix can be inverted.

Public property Locked

Indicates if the object has been locked.

(Inherited from LockableObject.)
Public property Timeout

Gets/sets value specifying maximum time for which object can be locked.

(Inherited from LockableObject.)

See Also

Reference