Frac

From Free Pascal wiki
Revision as of 15:58, 17 August 2019 by Gabrielmaculus (talk | contribs) (Created page with "{{Trunc}} Function '''Frac''' return real-type value to an Integer-type value. X is a real-type expression. Trunc returns a Longint value that is the value o...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

English (en)

Function Frac return 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 Frac(X: Real): Real;

See also: