[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
FRAC Return Fractional Part of Number pp 140
Syntax: Frac (NumVar) ;
Type: Real
Form: Function
Purpose: Return fractional part of integer or real number as type Real.
----------------------------------------------------------------------------
Usage:
VAR
NumVar : Real ;
Result : Real ;
BEGIN
Result := Frac (NumVar) ;
END.
See Also:
Int
Round
Trunc
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson