ITrigonometricFunctions<TSelf>.CosPi(TSelf) 方法

定義

計算 已由 pi多重的值餘弦值。

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

參數

x
TSelf

以半革命為單位的值,其餘弦值是要計算的。

傳回

TSelf

pi以的x餘弦值。

備註

這會計算 cos(x * π)

適用於