MathF.Asinh(Single) 方法

定義

傳回雙曲線正弦函數是指定數字的角。

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

參數

x
Single

代表雙曲線正弦函數的數字,其中 x 必須大於或等於 NegativeInfinity,但小於或等於 PositiveInfinity

傳回

以弧度為單位的角度 θ。

-或-

NaN 如果 x 等於 NaN

備註

將傳回值乘以 180/ MathF.PI 以從弧度轉換為度。

此方法會呼叫基礎 C 執行時間,而確切的結果或有效輸入範圍可能會不同作業系統或架構之間的差異。

適用於