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