ITrigonometricFunctions<TSelf>.Cos(TSelf) Methode

Definition

Berechnet den Sinus eines Werts.

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

Parameter

x
TSelf

Der Wert in Bogenmaßen, dessen Kosinus berechnet werden soll.

Gibt zurück

TSelf

Der Kosinus von x.

Hinweise

Dadurch wird berechnet cos(x).

Gilt für: