用于将角度转换为弧度。
格式 DegToRad (角度)
参数
返回值 返回Double型的弧度值。
参阅 ATan、ATan2、RadToDeg函数
DegToRad函数使用示例
s = Cos(DegToRad(x))
← Declare Del →