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

TruncToCardinal

Truncates the extended value and returns a Cardinal type.

Declaration

Source position: lazutilities.pas line 34

function TruncToCardinal(

  e: Extended

):Cardinal;

Arguments

e

  

Extended value truncated and converted in the routine.

Function result

Cardinal type with the truncated value.