Char.INumberBase<Char>.IsImaginaryNumber(Char) Method

Definition

Determines if a value represents a pure imaginary number.

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

Parameters

value
Char

The value to be checked.

Returns

true if value is a pure imaginary number; otherwise, false.

Implements

Applies to