Difference between revisions of "Array.withinlimits()"

From ZCubes Wiki
Jump to navigation Jump to search
Line 4: Line 4:
  
 
==Array.withinlimits(LimitArray, IncludeEdges)==
 
==Array.withinlimits(LimitArray, IncludeEdges)==
# 1..100.withinlimits(2..3)
+
1. 1..100.withinlimits(2..3)
  
 
2  3
 
2  3
  
# 543..1245.withinlimits(700..900)
+
2. 543..1245.withinlimits(700..900)
 
700 701
 
700 701
  

Revision as of 00:31, 16 April 2020

Array.withinlimits(LimitArray, IncludeEdges)

1. 1..100.withinlimits(2..3)

2 3

2. 543..1245.withinlimits(700..900) 700 701

See Also