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