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

Définition

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

 static bool System.Numerics.INumberBase<nuint>.IsImaginaryNumber(UIntPtr value) = System::Numerics::INumberBase<UIntPtr>::IsImaginaryNumber;
static bool INumberBase<UIntPtr>.IsImaginaryNumber (UIntPtr value);
static member System.Numerics.INumberBase<nuint>.IsImaginaryNumber : unativeint -> bool
 Shared Function IsImaginaryNumber (value As UIntPtr) As Boolean Implements INumberBase(Of UIntPtr).IsImaginaryNumber

Paramètres

value
UIntPtr

unativeint

Valeur à vérifier.

Retours

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

Implémente

S’applique à