| [Overview][Types][Procedures and functions][Variables][Index] |
Truncates the extended value and returns an Integer type.
Source position: lazutilities.pas line 33
function TruncToInt( |
e: Extended |
):Integer; |
e |
|
Extended value truncated and converted in the routine. |
Integer type with the truncated value.