Difference between revisions of "Manuals/calci/SOME"

From ZCubes Wiki
Jump to navigation Jump to search
 
Line 16: Line 16:
 
==Related Videos==
 
==Related Videos==
  
{{#ev:youtube|v=isE8bpls1wM|280|center|}}
+
{{#ev:youtube|v=isE8bpls1wM|280|center|Count}}
  
 
==See Also==
 
==See Also==

Latest revision as of 13:48, 4 April 2019

SOME (Value,Count)


Description

  • This function is used to display the given value as mentioned in count.
  • In SOME (Value,Count),Value is any real number.
  • Count is any positive integer.SOME is function to get the given real number as specified number of times.
  • This function will not give any result

1.when the given parameter is non numeric. 2. Count value is non positive integer.

Examples

  1. SOME(56,9) = 56 56 56 56 56 56 56 56 56
  2. SOME(-965,3) = -965 -965 -965
  3. SOME(9/7,12) = 1.2857142857142858 1.2857142857142858 1.2857142857142858 1.2857142857142858 1.2857142857142858 1.2857142857142858 1.2857142857142858 1.2857142857142858 1.2857142857142858 1.2857142857142858 1.2857142857142858 1.2857142857142858

Related Videos

Count

See Also


References