Returns difference of the real number.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
[CLSCompliantAttribute(false)]
public static double Epsilon(
	int binDigits
)

Parameters

binDigits
Type: System..::.Int32
The number of binary digits.

Return Value

The maximum difference from the value 1.0 if it could differentiate no more than in binDigits binary numbers.

See Also