System.Math.MaxSingle
From RAD Studio API Documentation
Delphi
MaxSingle = 340282346638528859811704183484516925440.0;
C++
extern const System::Extended MaxSingle /*= 340282346638528859811704183484516925440.0*/;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
const variable |
public | System.Math.pas System.Math.hpp |
System.Math | System.Math |
Description
MaxSingle represents the maximum positive value for a Single variable.
The maximum positive value of a Single variable is about 3.4e+38, and hexadecimal representation is $7F7FFFFF.