WorksheetFunction.Sec(Double) Method

Definition

Returns the secant of an angle.

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

Parameters

Arg1
Double

Angle in radians for which you want the secant.

Returns

DOUBLE

Applies to