Class Numeric (7.5.0)

Numeric

Package

@google-cloud/spanner

Constructors

(constructor)(value)

constructor(value: string);

Constructs a new instance of the Numeric class

Parameter
NameDescription
value string

Properties

value

value: string;

Methods

toJSON()

toJSON(): string;
Returns
TypeDescription
string

valueOf()

valueOf(): Big;
Returns
TypeDescription
Big