ITrigonometricFunctions<TSelf>.Sin(TSelf) Methode

Definitie

Berekent de sinus van een waarde.

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

Parameters

x
TSelf

De waarde, in radialen, waarvan de sinus moet worden berekend.

Retouren

TSelf

De sinus van x.

Opmerkingen

Dit wordt berekend sin(x).

Van toepassing op