Click or drag to resize

UtilityApproximately Method (Single, Single, Single)

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

Parameters

a
Type: SystemSingle
b
Type: SystemSingle
tolerance (Optional)
Type: SystemSingle

Return Value

Type: Boolean
See Also