MathF.Cosh(Single) 方法

定义

返回指定角度的双曲余弦值。

public:
 static float Cosh(float x);
public static float Cosh (float x);
static member Cosh : single -> single
Public Shared Function Cosh (x As Single) As Single

参数

x
Single

要采用双曲余弦的角度。

返回

x 的双曲余弦值

注解

角度(x)必须以弧度为单位。 乘以 MathF.PI/180 将度转换为弧度。

此方法调用基础 C 运行时,确切的结果或有效输入范围在不同操作系统或体系结构之间可能有所不同。

适用于