public interface MonetaryRounding extends MonetaryOperator
Modifier and Type | Method and Description |
---|---|
RoundingContext |
getRoundingContext()
Access the rounding's context, which gives more details of the rounding instances such as
The rounding's name (required)
Its provider (required)
Its base currency
its scale and rounding mode
any other attributes useful to describe the rounding
|
apply
RoundingContext getRoundingContext()
Copyright © 2012–2016 JSR 354 - Expert Group. All rights reserved.