Namespace: DWSIM.MathOps.MathEx.MatrixOpsAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax public static double Det(
double[,] Mat
)
Public Shared Function Det (
Mat As Double(,)
) As Double
Request Example
View SourceParameters
- Mat Double
-
Return Value
DoubleSee Also