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