/
BIGINTEGER
BIGINTEGER
Syntax
BIGINTEGER(<number>)
Description
Converts the values of a column with a number data type to the big integer data type. If the number being converted has a value after the decimal, the result is rounded down.
Examples
Field type | Number | BIGINTEGER returns |
---|---|---|
Integer | 10 | 10 |
Integer | -345352 | -345352 |
Big Float | 10.223,372,036,854,775,458,938,943 | 10 |
Big Float | -9.329,223,372,036,854,775,807,934 | -10 |
Float | 10.3 | 10 |
Float | 33.999999 | 33 |
Float | -2.6 | -3 |
, multiple selections available,
Related content
BIGINTEGER
BIGINTEGER
More like this
BIGDECIMAL
BIGDECIMAL
More like this
INT
More like this
FLOOR
FLOOR
More like this
ROUNDUP
ROUNDUP
More like this
FLOAT
FLOAT
More like this