UInt16.INumberBase<UInt16>.IsPositiveInfinity(UInt16) Méthode

Définition

Détermine si une valeur est positive à l’infini.

 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

Paramètres

value
UInt16

Valeur à vérifier.

Retours

true si value est l’infini positif ; sinon, false.

Implémente

S’applique à