INumber<TSelf>.Sign(TSelf) Método

Definição

Calcula o sinal de um valor.

public:
 static override int Sign(TSelf value);
public static virtual int Sign (TSelf value);
static member Sign : 'Self -> int
Public Shared Overrides Function Sign (value As TSelf) As Integer

Parâmetros

value
TSelf

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.

Comentários

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

Aplica-se a