toggle menu
UIQ3
7.1.0
Library
switch theme
search in API
UIQ3
/
net.sourceforge.uiq3.math
/
BCDInteger
/
Shift_Right
Shift_Right
Library
open
fun
Shift_Right
(
n
:
Int
)
:
BCDInteger
shift right by n digits (= multiply by 10n)
Return
x × 10n
Parameters
n
digits to shift