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