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

Definition

Determines if a value is infinite.

 static bool System.Numerics.INumberBase<nuint>.IsInfinity(UIntPtr value) = System::Numerics::INumberBase<UIntPtr>::IsInfinity;
static bool INumberBase<UIntPtr>.IsInfinity (UIntPtr value);
static member System.Numerics.INumberBase<nuint>.IsInfinity : unativeint -> bool
 Shared Function IsInfinity (value As UIntPtr) As Boolean Implements INumberBase(Of UIntPtr).IsInfinity

Parameters

value
UIntPtr

unativeint

The value to be checked.

Returns

true if value is infinite; otherwise, false.

Implements

Applies to