ITrigonometricFunctions<TSelf>.CosPi(TSelf) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
計算 已由 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 * π)
。