Function TruncMBS
TruncMBS(value as double) as double
Version: 1.0
The trunc() functions return the integral value nearest to but no larger in magnitude than x.
Example queries:
select TruncMBS(5) select TruncMBS(4.5)
Back to function list.
Links
MBS Xojo Plugins