UInt32.Sign(UInt32) Yöntem

Tanım

Bir değerin işaretini hesaplar.

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

Parametreler

value
UInt32

İşareti hesaplanacak olan değer.

Döndürülenler

Pozitif ise value pozitif, Zero sıfır ise value negatif, negatif ise value negatif bir değer.

Uygulamalar

Açıklamalar

Bir işlevin sırasıyla , 0ve -1döndürmesi 1önerilir.

Şunlara uygulanır