|  | FloatLUFactDeterminant Method | 
            Computes the determinant of the factored matrix.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic float Determinant()
Public Function Determinant As Single
public:
float Determinant()
member Determinant : unit -> float32 
Return Value
SingleThe determinant of the factored matrix.
 Exceptions
Exceptions See Also
See Also