public static decimal RightShift(
decimal left,
int right
)Public Shared Function RightShift (
left As Decimal,
right As Integer
) As Decimalpublic:
static Decimal RightShift(
Decimal left,
int right
)static member RightShift :
left : decimal *
right : int -> decimal