Description
Returns the integer digits of the specified Decimal; any fractional digits are discarded.
Signature
Truncate('value')
Example
Truncate(2.91) Returns 2
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| value | xxxx | xxxx | xxxx |

Returns the integer digits of the specified Decimal; any fractional digits are discarded.
Truncate('value')
Truncate(2.91) Returns 2
| Name | Type | Description | Required |
|---|---|---|---|
| value | xxxx | xxxx | xxxx |