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

Definition

Avgör om ett värde är oändligt.

 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

Parametrar

value
UInt64

Det värde som ska kontrolleras.

Returer

true if value is infinite; otherwise, false.

Implementeringar

Gäller för