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

Définition

Détermine si une valeur représente un nombre réel.

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

Paramètres

value
UInt16

Valeur à vérifier.

Retours

true si value est un nombre réel ; sinon, false.

Implémente

S’applique à