Argument.rangeOf

set the range of argument inner value when the argument innner value type is int or double

class Argument
rangeOf
(
T
)
(
T min
,
T max
)
if (
is(T == int) ||
is(T == double)
)

Parameters

min T

the minimum

max T

the maximum

Return Value

Type: Self

Self for chain call

Meta