Int16.Sign(Int16) Metodo

Definizione

Calcola il segno di un valore.

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

Parametri

value
Int16

Valore il cui segno deve essere calcolato.

Restituisce

Valore positivo se value è positivo, Zero se value è zero e un valore negativo se value è negativo.

Implementazioni

Commenti

È consigliabile che una funzione restituisca 1rispettivamente , 0e , -1.

Si applica a