ITrigonometricFunctions<TSelf>.SinPi(TSelf) 方法

定義

計算乘以 pi的值正弦值。

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

參數

x
TSelf

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

傳回

TSelf

乘以pix 正弦。

備註

這會計算 sin(x * π)

適用於