decimalRange property
Number of digits allowed after the decimal point.
null— unlimited fraction digits.0— integers only (decimal point not allowed).n— at mostnfraction digits.
Implementation
final int? decimalRange;
Number of digits allowed after the decimal point.
null — unlimited fraction digits.0 — integers only (decimal point not allowed).n — at most n fraction digits.final int? decimalRange;