Class Int32

A class representation of a BSON Int32 type.

Hierarchy

  • Int32

Constructors

Properties

Methods

Constructors

  • Create an Int32 type

    Parameters

    • value: string | number

      the number we want to represent as an int32.

    Returns Int32

Properties

_bsontype: "Int32"
value: number

Methods

  • Returns string

  • Returns number

  • Parameters

    • Optional radix: number

    Returns string

  • Access the number value.

    Returns number

    returns the wrapped int32 number.

Generated using TypeDoc