List.Clear
Math.Abs
Math.Ceiling
Returns the absolute value of a number.
Math.Abs(value)
아래 값을 입력하면 예제에 즉시 반영됩니다.
Console
WriteLine
Math
Console.WriteLine(Math.Abs(-5)); // 5 Console.WriteLine(Math.Abs(-3.7)); // 3.7