public static UInt32M operator >>(
UInt32M left,
int right
)Public Shared Operator >> (
left As UInt32M,
right As Integer
) As UInt32Mpublic:
static UInt32M operator >>(
UInt32M left,
int right
)static let inline (>>>)
left : UInt32M *
right : int : UInt32M