Integer

constructor(minDigits: UInt, maxDigits: UInt, roundingMode: RoundingMode = RoundingMode.HalfEven)

Parameters

minDigits

The minimum number of digits to show. Defaults to 0U.

maxDigits

The maximum number of digits to show. Defaults to 309U.

roundingMode

The RoundingMode to be applied. Defaults to RoundingMode.HalfEven.