Complex.IsInfinity(Complex) Methode

Definitie

Retourneert een waarde die aangeeft of het opgegeven complexe getal oneindig is.

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

Parameters

value
Complex

Een complex getal.

Retouren

true indien, het echte of imaginaire deel zijn PositiveInfinity of NegativeInfinityanderszins, false.

Implementeringen

Van toepassing op