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

Definition

Determines if a value represents an integral number.

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

Parameters

value
UIntPtr

The value to be checked.

Returns

true if value is an integer; otherwise, false.

Implements

Applies to

Product Versions
.NET 7, 8, 9