UInt128.Sign(UInt128) Yöntem

Tanım

Bir değerin işaretini hesaplar.

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

Parametreler

value
UInt128

Döndürülenler

Int32

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