public static UInt64M operator <<(
UInt64M left,
int right
)Public Shared Operator << (
left As UInt64M,
right As Integer
) As UInt64Mpublic:
static UInt64M operator <<(
UInt64M left,
int right
)static let inline (<<<)
left : UInt64M *
right : int : UInt64M