Skip to content

int64

relationalai.semantics.std.integers
int64(value: IntegerValue) -> Variable

Coerce a number to Int64.

.. deprecated:: 0.13.0 Use std.numbers functions instead.

Parameters

  • value

    (IntegerValue) - The integer value to coerce.

Returns

  • Variable - A Variable representing the Int64 value.