Changes

Jump to navigation Jump to search
Created page with "<div style="font-size:30px">'''FALSEVALUE(Value)'''</div><br/> *where <math>Value</math> is the value to be checked. == Description == *FALSEVALUE() function checks whethe..."
<div style="font-size:30px">'''FALSEVALUE(Value)'''</div><br/>

*where <math>Value</math> is the value to be checked.


== Description ==

*FALSEVALUE() function checks whether the entered value is 'false value' or not.
*Output is returned as '''true''' only when <math>Value</math> is equal to zero. Else it returns the output as '''false'''.
*<math>Value</math> can be numeric or text value. Text or symbols should be entered in double quotes.


== Examples ==

#=FALSEVALUE(0) = true
#=FALSEVALUE(42) = false
#=FALSEVALUE((2+7)>8) = false
#=FALSEVALUE(0.5) = false
#=FALSEVALUE("d")= false
#=FALSEVALUE(false) = true


==Related Videos==

{{#ev:youtube|R-GyTXOEwlk|280|center|FALSE function}}


==See Also==

*[[Manuals/calci/FALSE| FALSE]]
*[[Manuals/calci/TRUEVALUE| TRUEVALUE]]


==References==
*[https://en.wikipedia.org/wiki/Truth_value Truth value]




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

*[[ Z3 | Z3 home ]]
writer
2,661

edits

Navigation menu