IntPtr.Sign(IntPtr) Método

Definição

Calcula o sinal de um valor.

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

Parâmetros

value
IntPtr

nativeint

O valor cujo sinal deve ser calculado.

Devoluções

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

Implementações

Observações

Recomenda-se que uma função retorne 1, 0, e -1, respetivamente.

Aplica-se a