ITrigonometricFunctions<TSelf>.Sin(TSelf) 方法

定义

计算值的正弦值。

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

参数

x
TSelf

值(以弧度为单位),其正弦值要计算。

返回

TSelf

x 的正弦值。

注解

这将计算 sin(x)

适用于