Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration IntSize

Represents whether a given Ion int value will fit safely within a Number or if it requires a BigInt.

Index

Enumeration members

Enumeration members

BigInt

BigInt: = 1

The Ion int value requies a BigInt.

Number

Number: = 0

The Ion int value fits safely in a number.