Byte.INumberBase<Byte>.IsComplexNumber(Byte) 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.Byte>.IsComplexNumber(System::Byte value) = System::Numerics::INumberBase<System::Byte>::IsComplexNumber;
static bool INumberBase<byte>.IsComplexNumber(byte value);
static member System.Numerics.INumberBase<System.Byte>.IsComplexNumber : byte -> bool
Shared Function IsComplexNumber (value As Byte) As Boolean Implements INumberBase(Of Byte).IsComplexNumber
Paramètres
- value
- Byte
Valeur à vérifier.
Retours
true si value est un nombre complexe ; sinon, false.