Difference between revisions of "Manuals/calci/CYCLEWITHIN"

From ZCubes Wiki
Jump to navigation Jump to search
 
Line 15: Line 15:
 
# CYCLEWITHIN(4,10.56,20,78) = 14.56
 
# CYCLEWITHIN(4,10.56,20,78) = 14.56
 
# CYCLEWITHIN(20/3,79.8) = 86.46666666666667
 
# CYCLEWITHIN(20/3,79.8) = 86.46666666666667
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=61ug7g4s5y4|280|center|Between Values}}
  
 
==See Also==
 
==See Also==

Latest revision as of 15:43, 11 December 2018

CYCLEWITHIN (Number,Increment,LowerLimit,UpperLimit)


  • is any real number.
  • is the skip value.
  • and is the limit value.

Description

  • This function shows the value with in the given cycle.
  • In , is any real number.
  • is the value to get add from the given number.
  • is the minimum value and is the maximum value to display.
  • Here the value is displaying with the given number is skip with the increment value that is lying between the lower limit and Upper limit values.

Examples

  1. CYCLEWITHIN(17,4,10,100) = 21
  2. CYCLEWITHIN(4,10.56,20,78) = 14.56
  3. CYCLEWITHIN(20/3,79.8) = 86.46666666666667

Related Videos

Between Values

See Also

References