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

Definition

Determines if a value is infinite.

 static bool System.Numerics.INumberBase<System.UInt64>.IsInfinity(System::UInt64 value) = System::Numerics::INumberBase<System::UInt64>::IsInfinity;
static bool INumberBase<ulong>.IsInfinity (ulong value);
static member System.Numerics.INumberBase<System.UInt64>.IsInfinity : uint64 -> bool
 Shared Function IsInfinity (value As ULong) As Boolean Implements INumberBase(Of ULong).IsInfinity

Parameters

value
UInt64

The value to be checked.

Returns

true if value is infinite; otherwise, false.

Implements

Applies to