INumberBase<TSelf>.IsComplexNumber(TSelf) Methode

Definitie

Bepaalt of een waarde een complex getal vertegenwoordigt.

public:
 static bool IsComplexNumber(TSelf value);
public static abstract bool IsComplexNumber(TSelf value);
static member IsComplexNumber : 'Self -> bool
Public Shared Function IsComplexNumber (value As TSelf) As Boolean

Parameters

value
TSelf

De waarde die moet worden gecontroleerd.

Retouren

trueals value dit een complex getal is, anders. false

Opmerkingen

Deze functie retourneert false een complex getal a + bi waarbij a of b nul is. Met andere woorden, het sluit reële getallen en pure imaginaire getallen uit.

Van toepassing op