Changes

Jump to navigation Jump to search
Created page with "<div style="font-size:30px">'''GENERATEBOOLEAN(Range, HowMany)'''</div><br/> *<math>Range</math> is the range between which numbers are displayed. *<math>HowMany</math> is the..."
<div style="font-size:30px">'''GENERATEBOOLEAN(Range, HowMany)'''</div><br/>
*<math>Range</math> is the range between which numbers are displayed.
*<math>HowMany</math> is the count as how many numbers are to be displayed.

==Description==
*This function shows the Boolean values with in the given range of values.
*In <math>GENERATEBOOLEAN (Range,HowMany)</math>,<math>Range</math> is the range between which numbers are displayed.
*<math>HowMany</math> is the count as how many numbers are to be displayed.
*In Boolean type there are two values only,they are 0 and 1.
*So this function displays 0 and 1 with the given number of counts.

==Examples==
#GENERATEBOOLEAN(3,4) = 0 0 0 0
#GENERATEBOOLEAN(20,6) = 0 0 0 0 0 0
#GENERATEBOOLEAN(-45,7) = 0 0 0 0 0 0 0

==See Also==
*[[Manuals/calci/GENERATENUMBER| GENERATENUMBER]]
*[[Manuals/calci/GENERATEINTEGER| GENERATEINTEGER]]
*[[Manuals/calci/GENERATENATURAL| GENERATENATURAL]]

==References==
*[https://msdn.microsoft.com/en-us/library/ms970169.aspx Boolean numbers]


*[[Z_API_Functions | List of Main Z Functions]]

*[[ Z3 | Z3 home ]]
writer
6,694

edits

Navigation menu