Int16.Sign(Int16) Yöntem

Tanım

Bir değerin işaretini hesaplar.

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

Parametreler

value
Int16

İşareti hesaplanacak değer.

Döndürülenler

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

Uygulamalar

Açıklamalar

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

Şunlara uygulanır