UInt16.INumberBase<UInt16>.IsComplexNumber(UInt16) Metodo

Definizione

Determina se un valore rappresenta un numero complesso.

 static bool System.Numerics.INumberBase<System.UInt16>.IsComplexNumber(System::UInt16 value) = System::Numerics::INumberBase<System::UInt16>::IsComplexNumber;
static bool INumberBase<ushort>.IsComplexNumber (ushort value);
static member System.Numerics.INumberBase<System.UInt16>.IsComplexNumber : uint16 -> bool
 Shared Function IsComplexNumber (value As UShort) As Boolean Implements INumberBase(Of UShort).IsComplexNumber

Parametri

value
UInt16

Valore da controllare.

Restituisce

true se value è un numero complesso; in caso contrario, false.

Implementazioni

Si applica a