Complex.IsNegativeInfinity(Complex) Methode

Definitie

Bepaalt of een waarde een negatief oneindigheid is.

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

Parameters

value
Complex

De waarde die moet worden gecontroleerd.

Retouren

trueals value een negatief oneindigheid is, anders. false

Implementeringen

Van toepassing op