Half.Sinh(Half) メソッド

定義

値の双曲線サインを計算します。

public:
 static Half Sinh(Half x) = System::Numerics::IHyperbolicFunctions<Half>::Sinh;
public static Half Sinh (Half x);
static member Sinh : Half -> Half
Public Shared Function Sinh (x As Half) As Half

パラメーター

x
Half

戻り値

Half

x のハイパーボリック サイン。

実装

適用対象