Share via


Epsilon Field

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Represents the smallest positive Single value that is greater than zero. This field is constant.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public Const Epsilon As Single
public const float Epsilon
public:
literal float Epsilon
static val mutable Epsilon: float32
public const var Epsilon : float

Remarks

The value of the Epsilon property reflects the smallest positive Single value that is significant in numeric operations or comparisons when the value of the Single instance is zero.

However, the Epsilon property is not a general measure of precision of the Single type; it applies only to Single instances that have a value of zero.

.NET Framework Security

See Also

Reference

Single Structure

System Namespace