Rounds the specified Extended value to a Cardinal value.
Source position: lazutilities.pas line 33
function RoundToCardinal( |
e: Extended |
):Cardinal; |
e |
|
Extended type rounded and converted in the routine. |
Cardinal value for the rounded numeric value.
Calls Round to round the Extended value, and casts the result to the Cardinal type used as the return value.
| Version 4.4 | Generated 2025-11-08 | Home |