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

Definition

Determines if a value represents an integral number.

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

Parameters

value
UInt64

The value to be checked.

Returns

true if value is an integer; otherwise, false.

Implements

Applies to

Product Versions
.NET 7, 8, 9