DecimalExtension extension

on
  • Decimal

Properties

hasFinitePrecision bool

Available on Decimal, provided by the DecimalExtension extension

HasFinitePrecision
no setter
isNegative bool

Available on Decimal, provided by the DecimalExtension extension

IsNegative
no setter
isZero bool

Available on Decimal, provided by the DecimalExtension extension

IsZero
no setter
precisionFast int

Available on Decimal, provided by the DecimalExtension extension

The precision of this Decimal.
no setter
scaleAdv int

Available on Decimal, provided by the DecimalExtension extension

The scale of this Decimal.
no setter
scaleFast int

Available on Decimal, provided by the DecimalExtension extension

The scale of this Decimal.
no setter
significand BigInt

Available on Decimal, provided by the DecimalExtension extension

Significand
no setter
significandLength int

Available on Decimal, provided by the DecimalExtension extension

Significand Length
no setter
significandString String

Available on Decimal, provided by the DecimalExtension extension

Significand Length
no setter

Methods

toStringAsPrecisionFast(int requiredPrecision) String

Available on Decimal, provided by the DecimalExtension extension

Format a String to a certain position