floor()
Returns the largest integer not more than its argument from a real number
Syntax
y = floor(x)
Arguments
| Name | Description | Range | Type | Required |
|---|---|---|---|---|
| x | number to convert | (-∞, ∞) | real | yes |
Examples
a = floor(4.3)
returns 4
a = floor(5.6)
returns 5
Defined in
Built in
Privacy
Statement
|
Terms of Use
|
Legal |
Contact Us
|
© Agilent 2000-2008 ![]()