Class Int (7.5.0)

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