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

Definition

Determines if a value represents a pure imaginary number.

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

Parameters

value
NFloat

The value to be checked.

Returns

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

Implements

Applies to