Click or drag to resize

UtilityApproximately Method (Double, Double, Double)

Approximately the specified a, b and tolerance.

Namespace:  IBM.Watson.DeveloperCloud.Utilities
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static bool Approximately(
	double a,
	double b,
	double tolerance = 0.0001
)

Parameters

a
Type: SystemDouble
The first component.
b
Type: SystemDouble
The second component.
tolerance (Optional)
Type: SystemDouble
Tolerance.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:IBM.Watson.DeveloperCloud.Utilities.Utility.Approximately(System.Double,System.Double,System.Double)"]

See Also