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