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

Definizione

Determina se un valore rappresenta un numero immaginario puro.

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

Parametri

value
Byte

Valore da controllare.

Restituisce

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

Implementazioni

Si applica a