| MatrixFTryInvert Method |
Inverts the matrix if it is invertible.
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax Public Function TryInvert As Boolean
member TryInvert : unit -> bool
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