Contents:

 

 

Introduction


News blog


What is Servoy?


Getting Started


Comparison Servoy/VFP


Performance


How-To's

 

Code Reference

 

VFP2Servoy Toolkit

 

 

Contact / feedback

 

 

 

 

 

 

 

 

 

 

 

 

 

 

FLOOR() - Math.floor()



Returns the nearest integer that is less than or equal to the specified numeric expression.

 

VFP code example

amount = 2.33
? FLOOR(amount)            // Returns 2
 

 

Servoy code example

var amount = 2.33;             
globals.FLOOR(amount);    // returns 2.0


Note: FLOOR() is a function of the VFP2Servoy Toolkit

 

 

External resources:

 

vfp plugin

 

ServoyWorld 2012 pics

 

Official Servoy website

 

Ken Levy on Servoy

 

Servoy info

 

Servoy Forum

 

Servoy Documentation

 

VisualFoxpro.com © 2010-2012 • All rights reserved • Contact: info@visualfoxpro.com