WorksheetFunction.ImDiv(Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the quotient of two complex numbers in x + yi or x + yj text format.
public:
System::String ^ ImDiv(System::Object ^ Arg1, System::Object ^ Arg2);
public string ImDiv (object Arg1, object Arg2);
Public Function ImDiv (Arg1 As Object, Arg2 As Object) As String
Parameters
- Arg1
- Object
Inumber1 - the complex numerator or dividend.
- Arg2
- Object
Inumber2 - the complex denominator or divisor.
Returns
Remarks
Use Complex(Object, Object, Object) to convert real and imaginary coefficients into a complex number.
The quotient of two complex numbers is:
Figure 1: Quotient of two complex numbers