Int32.Abs(Int32) 메서드

정의

값의 절대값을 계산합니다.

public:
 static int Abs(int value) = System::Numerics::INumberBase<int>::Abs;
public static int Abs (int value);
static member Abs : int -> int
Public Shared Function Abs (value As Integer) As Integer

매개 변수

value
Int32

반환

Int32

의 절대값입니다 value.

구현

적용 대상