ITrigonometricFunctions<TSelf>.SinPi(TSelf) Methode

Definitie

Berekent de sinus van een waarde die is vermenigvuldigd met pi.

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

Parameters

x
TSelf

De waarde, in halve revoluties, die wordt vermenigvuldigd voordat pi de sinus wordt gecomputeerd.

Retouren

TSelf

De sinus van x vermenigvuldigd met pi.

Opmerkingen

Dit wordt berekend sin(x * π).

Van toepassing op