UIntPtr.INumberBase<UIntPtr>.IsNegative(UIntPtr) Method

Definition

Determines if a value is negative.

C#
static bool INumberBase<UIntPtr>.IsNegative(UIntPtr value);

Parameters

value
UIntPtr

The value to be checked.

Returns

true if value is negative; otherwise, false.

Implements

Applies to

Product Versions
.NET 7, 8, 9