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

Definizione

Determina se un valore rappresenta un numero immaginario puro.

 static bool System.Numerics.INumberBase<System.Single>.IsImaginaryNumber(float value) = System::Numerics::INumberBase<float>::IsImaginaryNumber;
static bool INumberBase<float>.IsImaginaryNumber (float value);
static member System.Numerics.INumberBase<System.Single>.IsImaginaryNumber : single -> bool
 Shared Function IsImaginaryNumber (value As Single) As Boolean Implements INumberBase(Of Single).IsImaginaryNumber

Parametri

value
Single

Valore da controllare.

Restituisce

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

Implementazioni

Si applica a