Complex.IsNormal(Complex) Methode

Definitie

Bepaalt of een waarde normaal is.

public:
 static bool IsNormal(System::Numerics::Complex value) = System::Numerics::INumberBase<System::Numerics::Complex>::IsNormal;
public static bool IsNormal(System.Numerics.Complex value);
static member IsNormal : System.Numerics.Complex -> bool
Public Shared Function IsNormal (value As Complex) As Boolean

Parameters

value
Complex

De waarde die moet worden gecontroleerd.

Retouren

trueindien value normaal, anders. false

Implementeringen

Van toepassing op