DecimalControl.raiseFlags

Sets specified error flags. Multiple errors may be ORed together.

DecimalControl.raiseFlags(ExceptionFlags.overflow | ExceptionFlags.underflow);
assert (DecimalControl.overflow);
assert (DecimalControl.underflow);
struct DecimalControl
@safe static
@IEEECompliant("raiseFlags", 26)
void
raiseFlags

Meta