MongoDB Driver API for Node.js (original) (raw)

Class: Int32

Int32

new Int32(value){Int32}

node_modules/bson/lib/bson/int_32.js, line 8

A class representation of a BSON Int32 type.

Name Type Description
value number the number we want to represent as an int32.

Methods

valueOf(){number}

node_modules/bson/lib/bson/int_32.js, line 21

Access the number value.

Returns:

the wrapped int32 number.