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

Definition

Determines if a value represents an integral number.

static bool INumberBase<int>.IsInteger (int value);

Parameters

value
Int32

The value to be checked.

Returns

true if value is an integer; otherwise, false.

Implements

Applies to

Product Versions
.NET 7, 8, 9