API 参考
    正在准备搜索索引...

    A class representation of a BSON Int32 type.

    层级 (查看层级一览)

    索引

    构造函数

    属性

    访问器

    方法

    构造函数

    • Create an Int32 type

      参数

      • value: string | number

        the number we want to represent as an int32.

      返回 Int32

    属性

    value: number

    访问器

    • get _bsontype(): "Int32"

      返回 "Int32"

    方法

    • 返回 string

    • 返回 number

    • Returns a string representation of an object.

      参数

      • 可选radix: number

      返回 string

    • Access the number value.

      返回 number

      returns the wrapped int32 number.