public static bool operator >=(
Int16M left,
Int16M right
)
Public Shared Operator >= (
left As Int16M,
right As Int16M
) As Boolean
public:
static bool operator >=(
Int16M left,
Int16M right
)
static let inline (>=)
left : Int16M *
right : Int16M : bool