System.Math.MinExtended

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

MinExtended =  3.64519953188247460253e-4951;

C++

extern const System::Extended MinExtended /*= 3.64519953188247460253E-4951*/;

Properties

Type Visibility Source Unit Parent
const
variable
public
System.Math.pas
System.Math.hpp
System.Math System.Math

Description

MinExtended represents the minimum positive non-zero value for an Extended variable.

If the size of Extended is 10bytes, The minimum positive value of a Extended variable is about 3.645e-4951, and hexadecimal representation is $00000000000000000001.

If the size of Extended is 8bytes, TExtendedHelper is alias of TDoubleHelper. then the minimum positive value of a Extended variable is 4.94e-324, and hexadecimal representation is $0000000000000001.

See Also

Personal tools
Translations