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

Definition

Determines if a value represents an integral number.

 static bool System.Numerics.INumberBase<nuint>.IsInteger(UIntPtr value) = System::Numerics::INumberBase<UIntPtr>::IsInteger;
static bool INumberBase<UIntPtr>.IsInteger (UIntPtr value);
static member System.Numerics.INumberBase<nuint>.IsInteger : unativeint -> bool
 Shared Function IsInteger (value As UIntPtr) As Boolean Implements INumberBase(Of UIntPtr).IsInteger

Parameters

value
UIntPtr

unativeint

The value to be checked.

Returns

true if value is an integer; otherwise, false.

Implements

Applies to