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

Definition

Determines if a value represents a pure imaginary number.

 static bool System.Numerics.INumberBase<System.Int16>.IsImaginaryNumber(short value) = System::Numerics::INumberBase<short>::IsImaginaryNumber;
static bool INumberBase<short>.IsImaginaryNumber (short value);
static member System.Numerics.INumberBase<System.Int16>.IsImaginaryNumber : int16 -> bool
 Shared Function IsImaginaryNumber (value As Short) As Boolean Implements INumberBase(Of Short).IsImaginaryNumber

Parameters

value
Int16

The value to be checked.

Returns

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

Implements

Applies to