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

Definitie

Bepaalt of een waarde een complex getal vertegenwoordigt.

 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

De waarde die moet worden gecontroleerd.

Retouren

trueals value dit een complex getal is, anders. false

Implementeringen

Van toepassing op