BrentMinimizemysign Method |
Namespace: DWSIM.MathOps.MathEx.BrentOptAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax private static double mysign(
double a,
double b
)
Private Shared Function mysign (
a As Double,
b As Double
) As Double
Request Example
View SourceParameters
- a Double
-
- b Double
-
Return Value
DoubleSee Also