MachineConstants.MinSingle Field

Represents the smallest single-precision floating-point number that is greater than zero.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public const float MinSingle = 1.175494E-38f

Field Value

Single

Remarks

The value of this field is 1.1754943508222875e-38

See Also