This Function returns a <numeric>, which is the integer part of the specified Value.
Parameters
Value <numeric> |
|
Value to get the integer part from. |
|
|
Example 1
|
|
Example 2 |
|
Example 3 |
IntPart(2.4)
Result = 2
|
|
IntPart(-3.4)
Result = -3 |
|
IntPart(4)
Result = 4 |
Updated: 3/21/2018 4:29 PM |