0
the absolute value of a number on c#?
need to compare the absolute values of numbers
1 Réponse
+ 4
https://docs.microsoft.com/en-us/dotnet/api/system.math.abs?view=netframework-4.8
like this ?
Math.Abs(x) < Math.abs(y)
need to compare the absolute values of numbers