Shift_Right

open fun Shift_Right(n: Int): BCDInteger

shift right by n digits (= multiply by 10n)

Return

x × 10n

Parameters

n

digits to shift