Skip to main content
Module

x/neo4j_lite_client/core/integer.ts

Unofficial Neo4j Driver for Deno
Latest
import * as neo4jLiteClient from "https://deno.land/x/neo4j_lite_client@4.4.6/core/integer.ts";

Classes

Constructs a 64 bit two's-complement integer, given its low and high 32 bit values as signed integers. See exported functions for more convenient ways of operating integers. Use int() function to create new integers, isInt() to check if given object is integer, inSafeRange() to check if it is safe to convert given value to native number, toNumber() and toString() to convert given integer to number or string respectively.

Variables

Check if a variable can be safely converted to a number

Cast value to Integer type.

Check if a variable is of Integer type.

Converts a variable to a number

Converts the integer to a string representation