Matrix.IsInvertible

Matrix.IsInvertible property

Gets a value indicating whether this Matrix is invertible.

public bool IsInvertible { get; }

Return Value

This property is true if this Matrix is invertible; otherwise, false.

See Also