Click or drag to resize
DigitalRuneMatrixFTryInvert Method
Inverts the matrix if it is invertible.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public bool TryInvert()

Return Value

Type: Boolean
if the matrix is invertible; otherwise .
Remarks
This method is the equivalent to Invert, except that no exceptions are thrown. The return value indicates whether the operation was successful.
See Also