Share via


MaxValue Field

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

Represents the largest possible value of Single. This field is constant.

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

Syntax

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

Remarks

The value of this constant is positive 3.402823e38.

.NET Framework Security

See Also

Reference

Single Structure

System Namespace