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