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

Definizione

Determina se un valore rappresenta un numero immaginario puro.

 static bool System.Numerics.INumberBase<System.Runtime.InteropServices.NFloat>.IsImaginaryNumber(System::Runtime::InteropServices::NFloat value) = System::Numerics::INumberBase<System::Runtime::InteropServices::NFloat>::IsImaginaryNumber;
static bool INumberBase<NFloat>.IsImaginaryNumber (System.Runtime.InteropServices.NFloat value);
static member System.Numerics.INumberBase<System.Runtime.InteropServices.NFloat>.IsImaginaryNumber : System.Runtime.InteropServices.NFloat -> bool
 Shared Function IsImaginaryNumber (value As NFloat) As Boolean Implements INumberBase(Of NFloat).IsImaginaryNumber

Parametri

value
NFloat

Valore da controllare.

Restituisce

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

Implementazioni

Si applica a