Complex<T>.Divide 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 |
|---|---|
| Divide(T, Complex<T>) | |
| Divide(Complex<T>, Complex<T>) | |
| Divide(Complex<T>, T) |
Divide(T, Complex<T>)
- Kaynak:
- Complex.Generic.cs
public:
static System::Numerics::Complex<T> Divide(T dividend, System::Numerics::Complex<T> divisor);
public static System.Numerics.Complex<T> Divide(T dividend, System.Numerics.Complex<T> divisor);
static member Divide : '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 Divide (dividend As T, divisor As Complex(Of T)) As Complex(Of T)
Parametreler
- dividend
- T
- divisor
- Complex<T>
Döndürülenler
Şunlara uygulanır
Divide(Complex<T>, Complex<T>)
- Kaynak:
- Complex.Generic.cs
public:
static System::Numerics::Complex<T> Divide(System::Numerics::Complex<T> dividend, System::Numerics::Complex<T> divisor);
public static System.Numerics.Complex<T> Divide(System.Numerics.Complex<T> dividend, System.Numerics.Complex<T> divisor);
static member Divide : 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 Divide (dividend As Complex(Of T), divisor As Complex(Of T)) As Complex(Of T)
Parametreler
- dividend
- Complex<T>
- divisor
- Complex<T>
Döndürülenler
Şunlara uygulanır
Divide(Complex<T>, T)
- Kaynak:
- Complex.Generic.cs
public:
static System::Numerics::Complex<T> Divide(System::Numerics::Complex<T> dividend, T divisor);
public static System.Numerics.Complex<T> Divide(System.Numerics.Complex<T> dividend, T divisor);
static member Divide : 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 Divide (dividend As Complex(Of T), divisor As T) As Complex(Of T)
Parametreler
- dividend
- Complex<T>
- divisor
- T