Complex<T>.ISignedNumber<Complex<T>>.NegativeOne Property

Definition

static property System::Numerics::Complex<T> System::Numerics::ISignedNumber<System::Numerics::Complex<T>>::NegativeOne { System::Numerics::Complex<T> get(); };
static System.Numerics.Complex<T> System.Numerics.ISignedNumber<System.Numerics.Complex<T>>.NegativeOne { get; }
static member System.Numerics.ISignedNumber<System.Numerics.Complex<T>>.NegativeOne : System.Numerics.Complex<'T (requires 'T :> System.Numerics.IFloatingPointIeee754<'T> and 'T :> System.Numerics.IMinMaxValue<'T>)>
 Shared ReadOnly Property NegativeOne As Complex(Of T) Implements ISignedNumber(Of Complex(Of T)).NegativeOne

Property Value

Implements

Applies to