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