digitAfterDecimal property

int digitAfterDecimal
final

The number of digits to display after the decimal point.

Defaults to 0, which means no digits after the decimal point.

Must be less than 4.

Implementation

final int digitAfterDecimal;