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