UInt16.INumberBase<UInt16>.IsPositiveInfinity(UInt16) Metod

Definition

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

 static bool System.Numerics.INumberBase<System.UInt16>.IsPositiveInfinity(System::UInt16 value) = System::Numerics::INumberBase<System::UInt16>::IsPositiveInfinity;
static bool INumberBase<ushort>.IsPositiveInfinity(ushort value);
static member System.Numerics.INumberBase<System.UInt16>.IsPositiveInfinity : uint16 -> bool
 Shared Function IsPositiveInfinity (value As UShort) As Boolean Implements INumberBase(Of UShort).IsPositiveInfinity

Parametrar

value
UInt16

Det värde som ska kontrolleras.

Returer

true om value är positiv oändlighet; annars, false.

Implementeringar

Gäller för