Trunc

From Lazarus wiki
Revision as of 23:14, 21 July 2015 by FTurtle (talk | contribs)
Jump to navigationJump to search

Function Trunc truncates a real-type value to an Integer-type value. X is a real-type expression. Trunc returns a Longint value that is the value of X rounded toward zero.

Declaration

function Trunc(X: Real): Longint;

See also: