Complex.IsPositiveInfinity(Complex) Methode

Definitie

Bepaalt of een waarde positief oneindig is.

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

Parameters

value
Complex

De waarde die moet worden gecontroleerd.

Retouren

trueals value positief oneindigheid is, anders. false

Implementeringen

Van toepassing op