new Int32(value){Int32}
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}
-
Access the number value.
Returns:
the wrapped int32 number.