DecimalExtension extension
- on
-
- Decimal
Properties
- hasFinitePrecision → bool
-
Available on Decimal, provided by the DecimalExtension extension
HasFinitePrecisionno setter - isNegative → bool
-
Available on Decimal, provided by the DecimalExtension extension
IsNegativeno setter - isZero → bool
-
Available on Decimal, provided by the DecimalExtension extension
IsZerono setter - precisionFast → int
-
Available on Decimal, provided by the DecimalExtension extension
The precision of thisDecimal
.no setter - scaleAdv → int
-
Available on Decimal, provided by the DecimalExtension extension
The scale of thisDecimal
.no setter - scaleFast → int
-
Available on Decimal, provided by the DecimalExtension extension
The scale of thisDecimal
.no setter - significand → BigInt
-
Available on Decimal, provided by the DecimalExtension extension
Significandno setter - significandLength → int
-
Available on Decimal, provided by the DecimalExtension extension
Significand Lengthno setter - significandString → String
-
Available on Decimal, provided by the DecimalExtension extension
Significand Lengthno setter
Methods
-
toStringAsPrecisionFast(
int requiredPrecision) → String -
Available on Decimal, provided by the DecimalExtension extension
Format a String to a certain position