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