Click or drag to resize

MathUtilAreEqualRel Method

Returns true if a and b are equal within a relative tolerance.

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 bool AreEqualRel(
	double a,
	double b,
	double relTol
)

Parameters

a
Type: SystemDouble

[Missing <param name="a"/> documentation for "M:DHI.Mike1D.Generic.MathUtil.AreEqualRel(System.Double,System.Double,System.Double)"]

b
Type: SystemDouble

[Missing <param name="b"/> documentation for "M:DHI.Mike1D.Generic.MathUtil.AreEqualRel(System.Double,System.Double,System.Double)"]

relTol
Type: SystemDouble

[Missing <param name="relTol"/> documentation for "M:DHI.Mike1D.Generic.MathUtil.AreEqualRel(System.Double,System.Double,System.Double)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:DHI.Mike1D.Generic.MathUtil.AreEqualRel(System.Double,System.Double,System.Double)"]

See Also