Manuals/calci/ENFORCEZERO

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