Int32.INumberBase<Int32>.IsComplexNumber(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine si une valeur représente un nombre complexe.
static bool System.Numerics.INumberBase<System.Int32>.IsComplexNumber(int value) = System::Numerics::INumberBase<int>::IsComplexNumber;
static bool INumberBase<int>.IsComplexNumber(int value);
static member System.Numerics.INumberBase<System.Int32>.IsComplexNumber : int -> bool
Shared Function IsComplexNumber (value As Integer) As Boolean Implements INumberBase(Of Integer).IsComplexNumber
Paramètres
- value
- Int32
Valeur à vérifier.
Retours
true si value est un nombre complexe ; sinon, false.