Automate

Automate

Make your phone or tablet smarter with automation

Get it on Google Play

bigint

bigint bigint(value)

Returns the value converted to bigint.

Unlike the to number operator this function fails if conversion is not possible. To convert a number it must be an integer value, use floor, ceil, round or trunc beforehand to make it so.

Parameters

  1. value — the integer number or text to be converted.

Returns

  • the value converted to bigint.
Note! This documentation is also accessible within the app from Help & feedback menu.