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

Definition

Determines if a value is infinite.

 static bool System.Numerics.INumberBase<nint>.IsInfinity(IntPtr value) = System::Numerics::INumberBase<IntPtr>::IsInfinity;
static bool INumberBase<IntPtr>.IsInfinity (IntPtr value);
static member System.Numerics.INumberBase<nint>.IsInfinity : nativeint -> bool
 Shared Function IsInfinity (value As IntPtr) As Boolean Implements INumberBase(Of IntPtr).IsInfinity

Parameters

value
IntPtr

nativeint

The value to be checked.

Returns

true if value is infinite; otherwise, false.

Implements

Applies to