Difference between revisions of "Manuals/calci/ENFORCEZERO"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''ENFORCEZERO(Number)'''</div><br/> *<math>Number</math> is any real number. == Description == *This function converts or enforces the given num...")
 
(No difference)

Latest revision as of 21:31, 13 April 2017

ENFORCEZERO(Number)


  • is any real number.

Description

  • This function converts or enforces the given number or set of numbers to zero value.
  • The argument can also be a result of any function.


Examples

  1. ENFORCEZERO(30) = 0
  2. ENFORCEZERO(2.45) = 0
  3. ENFORCEZERO(-407) = 0
  4. ENFORCEZERO(SUM([5,30])) = 0

For a set of numbers, the function displays a table as follows -

  • ENFORCEZERO(-5..5)=
Nature Number ENFORCETYPE
zero -5 0
zero -4 0
zero -3 0
zero -2 0
zero -1 0
zero 0 0
zero 1 0
zero 2 0
zero 3 0
zero 4 0
zero 5 0

Related Videos

INT Function

See Also


References