UIntPtr.INumberBase<UIntPtr>.IsImaginaryNumber(UIntPtr) Metodo

Definizione

Determina se un valore rappresenta un numero immaginario puro.

 static bool System.Numerics.INumberBase<nuint>.IsImaginaryNumber(UIntPtr value) = System::Numerics::INumberBase<UIntPtr>::IsImaginaryNumber;
static bool INumberBase<UIntPtr>.IsImaginaryNumber (UIntPtr value);
static member System.Numerics.INumberBase<nuint>.IsImaginaryNumber : unativeint -> bool
 Shared Function IsImaginaryNumber (value As UIntPtr) As Boolean Implements INumberBase(Of UIntPtr).IsImaginaryNumber

Parametri

value
UIntPtr

unativeint

Valore da controllare.

Restituisce

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

Implementazioni

Si applica a