Skip to content

Currency Type

The Currency type is a 64-bit integer that is interpreted with its last four digits as decimals. This is more efficient than BCD representations of numbers. This data type is defined in COM and Visual BASIC.

Range

The range of the Currency type is:

  • Minimum: -922337203685477.5808
  • Maximum: 922337203685477.5807

This corresponds to the values: - Minimum: -922,337,203,685,477.5808 - Maximum: 922,337,203,685,477.5807

Note

For more information, refer to the following resources: