Checks if the specified error flags are set. Multiple exceptions may be ORed together.
DecimalControl.raiseFlags(ExceptionFlags.overflow | ExceptionFlags.underflow | ExceptionFlags.inexact); assert (DecimalControl.hasFlags(ExceptionFlags.overflow | ExceptionFlags.inexact));
See Implementation
Checks if the specified error flags are set. Multiple exceptions may be ORed together.