WorksheetFunction.Csc(Double) Method

Definition

Returns the cosecant of an angle.

public:
 double Csc(double Arg1);
public double Csc (double Arg1);
Public Function Csc (Arg1 As Double) As Double

Parameters

Arg1
Double

The angle in radians for which you want the cosecant.

Returns

DOUBLE

Applies to