IntPtr.IsNegative(IntPtr) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Determina se un valore è negativo.
public:
static bool IsNegative(IntPtr value) = System::Numerics::INumberBase<IntPtr>::IsNegative;
public static bool IsNegative (IntPtr value);
static member IsNegative : nativeint -> bool
Public Shared Function IsNegative (value As IntPtr) As Boolean
Parametri
- value
-
IntPtr
nativeint
Restituisce
true
se value
è negativo; in caso contrario, false
.
Implementazioni
Commenti
Un valore restituito di false
non implica che IsPositive(TSelf) restituirà true
. Un numero complesso, a + bi
per diverso da zero b
, non è positivo o negativo