How to check if a number is absolute

After checking if number is absolute then i have to add ‘minus’ sign before that.
Can someone help me in this

Thanks

hi @Hitesh1,

First We convert the Decimal number to Abs Number

math.Abs(decimalVal) in assign

This will Convert Both negative/ positive number to Abs

Then we Test if > 0 , put a minus


Mukesh

2 Likes

Thanks ,
Trying the same

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.