System.Math.MinComp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

MinComp     = -9223372036854775807;

C++

extern const System::Extended MinComp /*= -9223372036854775807*/;

Properties

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

Description

MinComp represents the minimum value for a Comp variable.

The minimum value of a Comp variable is -9.223372036854775807e+18.

See Also