public static UInt64N operator %(
UInt64N left,
UInt64N right
)Public Shared Operator Mod (
left As UInt64N,
right As UInt64N
) As UInt64Npublic:
static UInt64N operator %(
UInt64N left,
UInt64N right
)static let inline (%)
left : UInt64N *
right : UInt64N : UInt64N