UInt32.Sign(UInt32) 메서드

정의

값의 부호를 계산합니다.

public:
 static int Sign(System::UInt32 value) = System::Numerics::INumber<System::UInt32>::Sign;
public static int Sign(uint value);
static member Sign : uint32 -> int
Public Shared Function Sign (value As UInteger) As Integer

매개 변수

value
UInt32

기호를 계산할 값입니다.

반품

양수이면 value 양수이고, Zero 0이면 value 음수이고, 음수이면 value 음수 값입니다.

구현

설명

함수는 각각 , 10를 반환-1하는 것이 좋습니다.

적용 대상