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

Definition

Avgör om ett värde är negativ oändlighet.

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

Parametrar

value
UInt64

Det värde som ska kontrolleras.

Returer

true if value is negative infinity;wise, false.

Implementeringar

Gäller för