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