MachineConstants.MinSingle Field

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

Definition

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

Field Value

Single

Remarks

The value of this field is 1.1754943508222875e-38

See Also