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

Definition

Determines if a value represents an integral number.

 static bool System.Numerics.INumberBase<System.UInt64>.IsInteger(System::UInt64 value) = System::Numerics::INumberBase<System::UInt64>::IsInteger;
static bool INumberBase<ulong>.IsInteger (ulong value);
static member System.Numerics.INumberBase<System.UInt64>.IsInteger : uint64 -> bool
 Shared Function IsInteger (value As ULong) As Boolean Implements INumberBase(Of ULong).IsInteger

Parameters

value
UInt64

The value to be checked.

Returns

true if value is an integer; otherwise, false.

Implements

Applies to