[Overview][Types][Procedures and functions][Variables][Index] |
Rounds the specified Extended value to an Integer value.
Source position: lazutilities.pas line 32
function RoundToInt( |
e: Extended |
):Integer; |
e |
|
Extended type rounded and converted in the routine. |
Integer value for the rounded numeric value.
Calls Round to round the Extended value, and casts the result to the Integer type used as the return value.
Version 4.0 | Generated 2025-05-03 | Home |