ITrigonometricFunctions<TSelf>.RadiansToDegrees(TSelf) 方法

定义

将给定值从弧度转换为度。

public:
 static override TSelf RadiansToDegrees(TSelf radians);
public static virtual TSelf RadiansToDegrees (TSelf radians);
static member RadiansToDegrees : 'Self -> 'Self
Public Shared Overrides Function RadiansToDegrees (radians As TSelf) As TSelf

参数

radians
TSelf

要转换为度的值。

返回

TSelf

转换为度的值 radians

适用于