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

Definition

Determines if a value is infinite.

 static bool System.Numerics.INumberBase<System.Int32>.IsInfinity(int value) = System::Numerics::INumberBase<int>::IsInfinity;
static bool INumberBase<int>.IsInfinity (int value);
static member System.Numerics.INumberBase<System.Int32>.IsInfinity : int -> bool
 Shared Function IsInfinity (value As Integer) As Boolean Implements INumberBase(Of Integer).IsInfinity

Parameters

value
Int32

The value to be checked.

Returns

true if value is infinite; otherwise, false.

Implements

Applies to