getDisplayMode

open fun getDisplayMode(Row: Calculator.Row_Type): DisplayType

Current display mode

Display_Alpha
Displays the content of the Alpha register.
Display_L
Displays the content of the L0 aka X register.
Display_Formmated
Displays the content of the L0 aka X register inside an alpha

Return

current display mode


open fun getDisplayMode(): DisplayType

Current display mode

Display_Alpha
Displays the content of the Alpha register.
Display_L
Displays the content of the L0 aka X register.
Display_Formatted
Displays the content of the L0 aka X register inside an alpha

Return

current display mode