Click or drag to resize

UtilityApproximately Method (Double, Double, Double)

Namespace:  IBM.Watson.DeveloperCloud.Utilities
Assembly:  UnityDocumentationBuilder (in UnityDocumentationBuilder.dll) 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
b
Type: SystemDouble
tolerance (Optional)
Type: SystemDouble

Return Value

Type: Boolean
See Also