NumExtension extension

A num extension.

on

Properties

nonZeroSign int

Available on num, provided by the NumExtension extension

The sign of this integer.
no setter

Methods

toDeltaString({bool useAscii = false, int? fractionDigits}) String

Available on num, provided by the NumExtension extension

The delta string representation of this num (showing always the positive sign).
toNegativeUnicode([int? fractionDigits]) String

Available on num, provided by the NumExtension extension

The negative Unicode representation of this num.

Constants

minusSign → const String
The Unicode minus sign.
plusMinusSign → const String
The Unicode plus-minus sign.
plusSign → const String
The plus sign.