[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'System' (#rtl)

ValReal

Largest available floating point type

Declaration

Source position: systemh.inc line 124

type ValReal = Extended;

Description

ValReal is an alias for the largest available floating point type on the architecture the program runs on. On most processors, it should be one of Double or Extended.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.