Round.lessOrEqual

Compare the round number

class Round
@nogc pure const nothrow
bool
lessOrEqual
(
const Round rhs
)

Parameters

rhs Round

round to be checked

Return Value

Type: bool

true if equal or less than

Meta