NFloat.Sinh(NFloat) Metodo

Definizione

Calcola il sine iperbolico di un valore.

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

Parametri

x
NFloat

Valore, nei radianti, il cui sine iperbolico deve essere calcolato.

Restituisce

Seno iperbolico di x.

Implementazioni

Si applica a