Shift_Left

open fun Shift_Left(n: Int): BCDInteger

shift left by n digits (= divide by 10n)

Return

x ÷ 10n

Parameters

n

digits to shift