trunc
Round the value down to the next smaller integer (toward zero)
trunc(in1): out1
Arguments:
Arguments
Name | Type | Default | Description |
---|---|---|---|
in1 | number | The value to be rounded down |
Returns
Name | Type | Description |
---|---|---|
out1 | number | The rounded value |
Round the value down to the next smaller integer (toward zero)
trunc(in1): out1
Name | Type | Default | Description |
---|---|---|---|
in1 | number | The value to be rounded down |
Name | Type | Description |
---|---|---|
out1 | number | The rounded value |