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

Definition

Determines if a value represents a pure imaginary number.

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

Parameters

value
Int32

The value to be checked.

Returns

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

Implements

Applies to