This functions will make a division. If the denominator equals zero the function returns zero.
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public static double DivOrZero(
double Nominator,
double Denominator
)
Public Shared Function DivOrZero (
Nominator As Double,
Denominator As Double
) As Double
public:
static double DivOrZero(
double Nominator,
double Denominator
)
Parameters
- Nominator
- Type: SystemDouble
Nominator - Denominator
- Type: SystemDouble
Denominator
Return Value
Type:
Double[Missing <returns> documentation for "M:DHI.Mike1D.Generic.MathUtil.DivOrZero(System.Double,System.Double)"]
See Also