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

Definition

Determines if a value represents a complex number.

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

Parameters

value
NFloat

The value to be checked.

Returns

true if value is a complex number; otherwise, false.

Implements

Applies to