Complex<T>.IsNegativeInfinity(Complex<T>) 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.
public:
static bool IsNegativeInfinity(System::Numerics::Complex<T> value) = System::Numerics::INumberBase<System::Numerics::Complex<T>>::IsNegativeInfinity;
public static bool IsNegativeInfinity(System.Numerics.Complex<T> value);
static member IsNegativeInfinity : System.Numerics.Complex<'T (requires 'T :> System.Numerics.IFloatingPointIeee754<'T> and 'T :> System.Numerics.IMinMaxValue<'T>)> -> bool
Public Shared Function IsNegativeInfinity (value As Complex(Of T)) As Boolean
Parametrar
- value
- Complex<T>