c# absolute value

71

c# absolute value -

...
else if (Math.Abs(z-x) < Math.Abs(z-y))) {
  ... 
}

Comments

Submit
0 Comments