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

Définition

Détermine si une valeur représente un nombre imaginaire pur.

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

Paramètres

value
UInt16

Valeur à vérifier.

Retours

true si value est un nombre imaginaire pur ; sinon, false.

Implémente

S’applique à