Click or drag to resize

UtilityApproximately Method (Single, Single, Single)

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(
	float a,
	float b,
	float tolerance = 0.0001f
)

Parameters

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

Return Value

Type: Boolean

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

See Also