Brent Minimizemysign Method
Definition
Namespace: DWSIM.MathOps.MathEx.BrentOpt
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
C#
private static double mysign(
double a,
double b
)VB
Private Shared Function mysign (
a As Double,
b As Double
) As Double