Class Int (6.10.1)

Int

Inheritance

WrappedNumber > Int

Package

@google-cloud/spanner

Constructors

(constructor)(value)

constructor(value: string);

Constructs a new instance of the Int class

Parameter
NameDescription
value string

Properties

value

value: string;

Methods

valueOf()

valueOf(): number;
Returns
TypeDescription
number