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

Définition

Détermine si une valeur représente un nombre complexe.

 static bool System.Numerics.INumberBase<System.SByte>.IsComplexNumber(System::SByte value) = System::Numerics::INumberBase<System::SByte>::IsComplexNumber;
static bool INumberBase<sbyte>.IsComplexNumber (sbyte value);
static member System.Numerics.INumberBase<System.SByte>.IsComplexNumber : sbyte -> bool
 Shared Function IsComplexNumber (value As SByte) As Boolean Implements INumberBase(Of SByte).IsComplexNumber

Paramètres

value
SByte

Valeur à vérifier.

Retours

true si value est un nombre complexe ; sinon, false.

Implémente

S’applique à