signMode abstract method Null safety

SignMode signMode(
  1. IntegerSignMode integerSignMode
)

Give the calculator's effective sign mode, considering the current display mode (which might be float), and the sign mode that was last set when the calculator was in integer mode (which might be now).

Implementation

SignMode signMode(IntegerSignMode integerSignMode);