MachineConstants.MaxSingle Field

Represents the largest possible value of a single-precision floating-point number.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public const float MaxSingle = 3.402823E+38f

Field Value

Single

Remarks

The value of this field is 3.4028235e+38.

See Also