NFloat.SinPi(NFloat) 方法

定義

計算乘以 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

參數

x
NFloat

在半革命中,在計算其正弦值之前, pi 其乘以 。

傳回

乘以 pix正弦。

實作

備註

這會計算 sin(x * π)

適用於