WorksheetFunction.ImSin(Object) Method

Definition

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

public:
 System::String ^ ImSin(System::Object ^ Arg1);
public string ImSin (object Arg1);
Public Function ImSin (Arg1 As Object) As String

Parameters

Arg1
Object

Inumber - a complex number for which you want the sine.

Returns

Remarks

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

The sine of a complex number is:

Figure 1: Sine of a complex number

Applies to