Complex.IsNegativeInfinity(Complex) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Avgör om ett värde är negativ oändlighet.
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
Parametrar
- value
- Complex
Det värde som ska kontrolleras.
Returer
true if value is negative infinity;wise, false.