Byte.INumberBase<Byte>.IsComplexNumber(Byte) Méthode

Définition

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.

Implémente

S’applique à