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

Définition

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

 static bool System.Numerics.INumberBase<System.Int64>.IsImaginaryNumber(long value) = System::Numerics::INumberBase<long>::IsImaginaryNumber;
static bool INumberBase<long>.IsImaginaryNumber (long value);
static member System.Numerics.INumberBase<System.Int64>.IsImaginaryNumber : int64 -> bool
 Shared Function IsImaginaryNumber (value As Long) As Boolean Implements INumberBase(Of Long).IsImaginaryNumber

Paramètres

value
Int64

Valeur à vérifier.

Retours

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

Implémente

S’applique à