Trying to make a negative number 0
Closed
PaulBehr
-
Feb 10, 2010 at 06:50 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Feb 11, 2010 at 06:53 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Feb 11, 2010 at 06:53 AM
Related:
- Trying to make a negative number 0
- //192.168.l.0 - Guide
- Xbox-2309-1001-3-0 - Download - Digital stores
- Whatsapp-desktop-2-2401-5-0.msixbundle - Download - Instant messaging
- Fsutil behavior set disableencryption 0 - Guide
- *#0*# huawei - Guide
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Feb 11, 2010 at 06:53 AM
Feb 11, 2010 at 06:53 AM
I am not too sure what you are looking for
See if this info helps you
Have you looked at use of ABS() function that will give you the absolute difference
Also
have you looked at this , to say do the diff only if value 1 - value2 is greater or equal to zero
=if (value1 -value2 >=0, value1 -value2, 0)
See if this info helps you
Have you looked at use of ABS() function that will give you the absolute difference
Also
have you looked at this , to say do the diff only if value 1 - value2 is greater or equal to zero
=if (value1 -value2 >=0, value1 -value2, 0)