v1.0.0-rc
Last updated
Last updated
Number
object.
value
parameter of number type to the static create()
method and constructor()
.
Private #value
property that indicates the range current value of the number type.
get
accessor value
to retrieve the range value.
set
accessor value
to set the #range
property including range of specified object.
get
accessor steps
to retrieve the number of steps.
the getCurrentRange()
getCurrentStep()
getValueOfStep()
setValue()
setValueToStep()
valueDown()
valueUp()
methods.
The static isRange()
method by adding step
parameter to check.
get
accessor range
to use getRange()
method of instance and its return type to readonly.
The getRange()
method to obtains the range to the specified value.
The isBetween()
isBetweenEvery()
isBetweenSome()
methods to include minimum and maximum.
forEachStep()
method parameter names and set range
parameter type to readonly.
Deprecate getMin()
getMax()
valueOf()
toArray()
methods.