NFloat.SinPi(NFloat) Methode

Definitie

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

public:
 static System::Runtime::InteropServices::NFloat SinPi(System::Runtime::InteropServices::NFloat x) = System::Numerics::ITrigonometricFunctions<System::Runtime::InteropServices::NFloat>::SinPi;
public static System.Runtime.InteropServices.NFloat SinPi(System.Runtime.InteropServices.NFloat x);
static member SinPi : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function SinPi (x As NFloat) As NFloat

Parameters

x
NFloat

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

Retouren

De sinus van x vermenigvuldigd met pi.

Implementeringen

Opmerkingen

Dit wordt berekend sin(x * π).

Van toepassing op