Home > @activeviam/activeui-sdk > ScientificFormatterParameters > decimal
ScientificFormatterParameters.decimal property
number of decimal points to include in the formatted number. Integers will have x number of 0's appended. e.g. decimal(2) 1000 -> 1.00e+3
Signature:
decimal: number;