[Overview][Procedures and functions][Variables][Index] Reference for unit 'LazUtilities' (#lazutils)

TruncToInt

Truncates the extended value and returns an Integer type.

Declaration

Source position: lazutilities.pas line 27

function TruncToInt(

  e: Extended

):Integer;

Arguments

e

  

Extended value truncated and converted in the routine.

Function result

Integer type with the truncated value.