Method Val.Range()->create()


Method create

Val.Range Val.Range(value_type from, value_type till)
Val.Range Val.Range(this_program copy)
Val.Range Val.Range()

Parameter from

Lower inclusive boundary for the range. Specify no lower-boundary by filling in -Math.inf.

Parameter till

Upper exclusive boundary for the range. Specify no upper-boundary by filling in Math.inf.

See also

Math.inf