Single.Abs(Single) 메서드

정의

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

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

매개 변수

value
Single

절대값을 가져올 값입니다.

반품

의 절대값입니다 value.

구현

적용 대상