Syntax |
Fix(number) |
Description |
Returns the integer part of number. |
Comments |
This function returns the integer part of the given value by removing the fractional part. The sign is preserved. The Fix function returns the same type as number, with the following exceptions: |
|
|
Example |
This example returns the fixed part of a number and assigns it to b, then displays the result in a dialog box. Sub Main() |
See Also |
F |