IntPtr.IsPositive(IntPtr) Metodo

Definizione

Determina se un valore è positivo.

public:
 static bool IsPositive(IntPtr value) = System::Numerics::INumberBase<IntPtr>::IsPositive;
public static bool IsPositive (IntPtr value);
static member IsPositive : nativeint -> bool
Public Shared Function IsPositive (value As IntPtr) As Boolean

Parametri

value
IntPtr

nativeint

Valore da controllare.

Restituisce

true se è positivo; in caso value contrario, false.

Implementazioni

Commenti

Un valore restituito di false non implica che IsNegative(TSelf) restituirà true. Un numero complesso, per non zero b, a + bi non è positivo o negativo

Si applica a