BigDecimal.this

Translates an {@code int} into a {@code BigDecimal}. The scale of the {@code BigDecimal} is zero.

@param val {@code int} value to be converted to {@code BigDecimal}.

Meta