bool operator <=(
INumeric<TSelf> left,
INumeric<TSelf> right
)
Operator <= (
left As INumeric(Of TSelf),
right As INumeric(Of TSelf)
) As Boolean
bool operator <=(
INumeric<TSelf>^ left,
INumeric<TSelf>^ right
)
static let inline (<=)
left : INumeric<'TSelf> *
right : INumeric<'TSelf> : bool