UInt128.Sign(UInt128) Metodo

Definizione

Calcola il segno di un valore.

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

Parametri

value
UInt128

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