UInt16.Sign(UInt16) Método

Definição

Calcula o sinal de um valor.

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

Parâmetros

value
UInt16

O valor cujo sinal deve ser calculado.

Retornos

Um valor positivo se value for positivo, Zero se value for zero e um valor negativo se value for negativo.

Implementações

Comentários

É recomendável que uma função retorne 1, 0e -1, respectivamente.

Aplica-se a