| 
 
  | 
| 
 Description  | 
 Frac() returns the fractional portion of a number.  | 
| 
 
  | 
 
  | 
| 
 Syntax  | 
 Frac(number)  | 
| 
 
  | 
 
  | 
| 
 Parameters  | 
 number A number, or an expression that evaluates to a number.  | 
| 
 
  | 
 
  | 
| 
 Return Value  | 
 A decimal value  | 
| 
 
  | 
 
  | 
| 
 Examples  | 
 Frac(1.3456) 
 This example returns 0.3456 
 Frac(-1.3456) 
 This example returns -0.3456 
 Frac(96871.3456) 
 This example returns 0.3456  | 
| 
 
  | 
 
  | 
| 
 Comments  | 
 NA  |