Complex<T>.Add Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| Name | Description |
|---|---|
| Add(Complex<T>, Complex<T>) | |
| Add(Complex<T>, T) | |
| Add(T, Complex<T>) |
Add(Complex<T>, Complex<T>)
- Kaynak:
- Complex.Generic.cs
public:
static System::Numerics::Complex<T> Add(System::Numerics::Complex<T> left, System::Numerics::Complex<T> right);
public static System.Numerics.Complex<T> Add(System.Numerics.Complex<T> left, System.Numerics.Complex<T> right);
static member Add : System.Numerics.Complex<'T (requires 'T :> System.Numerics.IFloatingPointIeee754<'T> and 'T :> System.Numerics.IMinMaxValue<'T>)> * System.Numerics.Complex<'T (requires 'T :> System.Numerics.IFloatingPointIeee754<'T> and 'T :> System.Numerics.IMinMaxValue<'T>)> -> System.Numerics.Complex<'T (requires 'T :> System.Numerics.IFloatingPointIeee754<'T> and 'T :> System.Numerics.IMinMaxValue<'T>)>
Public Shared Function Add (left As Complex(Of T), right As Complex(Of T)) As Complex(Of T)
Parametreler
- left
- Complex<T>
- right
- Complex<T>
Döndürülenler
Şunlara uygulanır
Add(Complex<T>, T)
- Kaynak:
- Complex.Generic.cs
public:
static System::Numerics::Complex<T> Add(System::Numerics::Complex<T> left, T right);
public static System.Numerics.Complex<T> Add(System.Numerics.Complex<T> left, T right);
static member Add : System.Numerics.Complex<'T (requires 'T :> System.Numerics.IFloatingPointIeee754<'T> and 'T :> System.Numerics.IMinMaxValue<'T>)> * 'T -> System.Numerics.Complex<'T (requires 'T :> System.Numerics.IFloatingPointIeee754<'T> and 'T :> System.Numerics.IMinMaxValue<'T>)>
Public Shared Function Add (left As Complex(Of T), right As T) As Complex(Of T)
Parametreler
- left
- Complex<T>
- right
- T
Döndürülenler
Şunlara uygulanır
Add(T, Complex<T>)
- Kaynak:
- Complex.Generic.cs
public:
static System::Numerics::Complex<T> Add(T left, System::Numerics::Complex<T> right);
public static System.Numerics.Complex<T> Add(T left, System.Numerics.Complex<T> right);
static member Add : 'T * System.Numerics.Complex<'T (requires 'T :> System.Numerics.IFloatingPointIeee754<'T> and 'T :> System.Numerics.IMinMaxValue<'T>)> -> System.Numerics.Complex<'T (requires 'T :> System.Numerics.IFloatingPointIeee754<'T> and 'T :> System.Numerics.IMinMaxValue<'T>)>
Public Shared Function Add (left As T, right As Complex(Of T)) As Complex(Of T)
Parametreler
- left
- T
- right
- Complex<T>