This Function returns a <numeric>, which is the decimal part of the specified Value.
Parameters
Value <numeric> |
|
Value to get the decimal part from. |
|
|
Example 1
|
|
Example 2 |
|
Example 3 |
DecPart(2.4)
Result = 4
|
|
DecPart(2.6)
Result = 6 |
|
DecPart(-2.4)
Result = 4 |
|
|
|
|
|
Example 4 |
|
|
|
|
DecPart(2.05)
Result = 5 |
|
|
|
|
Updated: 3/21/2018 11:26 AM |