ITrigonometricFunctions<TSelf>.Cos(TSelf) Method

Definition

Computes the cosine of a value.

public:
 static TSelf Cos(TSelf x);
public static abstract TSelf Cos (TSelf x);
static member Cos : 'Self -> 'Self
Public Shared Function Cos (x As TSelf) As TSelf

Parameters

x
TSelf

The value, in radians, whose cosine is to be computed.

Returns

TSelf

The cosine of x.

Remarks

This computes cos(x).

Applies to