The single precision machine epsilon for this machine.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public static float FloatMachineEpsilon { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property FloatMachineEpsilon As Single
Visual C++
public:
static property float FloatMachineEpsilon {
	float get ();
}

Remarks

Machine epsilon, eps, is defined as the largest number for which 1.0 + eps == 1.0.

See Also