NSDecimalNumberHandler
A class that adopts the decimal number behaviors protocol.
Declaration
class NSDecimalNumberHandlerOverview
This class allows you to set the way an NSDecimalNumber object rounds off and handles errors, without having to create a custom class.
You can use an instance of this class as an argument to any of the NSDecimalNumber methods that end with ...Behavior:. If you don’t think you need special behavior, you probably don’t need this class—it is likely that NSDecimalNumber’s default behavior will suit your needs.
For more information, see the NSDecimalNumberBehaviors protocol specification.