WorksheetFunction.ImReal(Object) Method

Definition

Returns the real coefficient of a complex number in x + yi or x + yj text format.

public:
 double ImReal(System::Object ^ Arg1);
public double ImReal (object Arg1);
Public Function ImReal (Arg1 As Object) As Double

Parameters

Arg1
Object

Inumber - a complex number for which you want the real coefficient.

Returns

Remarks

Use Complex(Object, Object, Object) to convert real and imaginary coefficients into a complex number.

Applies to