fractionDigits property

int? fractionDigits
getter/setter pair

Number of digits allowed after decimal point, if fractionDigits:2, then answer will be rounded to 1.00

Implementation

int? fractionDigits;