MachineConstants.MaxSingle Field

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

Definition

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

Field Value

Single

Remarks

The value of this field is 3.4028235e+38.

See Also