Constant representing the largest possible Single value.
[Visual Basic] Public Const MaxValue As Single [C#] public const float MaxValue; [C++] public: const float MaxValue; [JScript] public var MaxValue : float;
The value of the MaxValue constant is (float)3.40282346638528859e+38.