System.Math.MaxComp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

MaxComp     =  9223372036854775807;

C++

extern const System::Extended MaxComp /*= 9223372036854775807*/;

Properties

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

Description

MaxComp represents the maximum absolute value for a Comp variable.

The maximum absolute value of a Comp variable is 9.223372036854775807e+18.

See Also