public static UInt32M operator ^(
UInt32M left,
UInt32M right
)Public Shared Operator Xor (
left As UInt32M,
right As UInt32M
) As UInt32Mpublic:
static UInt32M operator ^(
UInt32M left,
UInt32M right
)static let inline (^^^)
left : UInt32M *
right : UInt32M : UInt32M