Decimal32.Atanh(Decimal32) Method

Definition

public:
 static System::Numerics::Decimal32 Atanh(System::Numerics::Decimal32 x) = System::Numerics::IHyperbolicFunctions<System::Numerics::Decimal32>::Atanh;
public static System.Numerics.Decimal32 Atanh(System.Numerics.Decimal32 x);
static member Atanh : System.Numerics.Decimal32 -> System.Numerics.Decimal32
Public Shared Function Atanh (x As Decimal32) As Decimal32

Parameters

Returns

Implements

Applies to