Complex<T>.Tanh(Complex<T>) Method

Definition

public:
 static System::Numerics::Complex<T> Tanh(System::Numerics::Complex<T> value);
public static System.Numerics.Complex<T> Tanh(System.Numerics.Complex<T> value);
static member Tanh : System.Numerics.Complex<'T (requires 'T :> System.Numerics.IFloatingPointIeee754<'T> and 'T :> System.Numerics.IMinMaxValue<'T>)> -> System.Numerics.Complex<'T (requires 'T :> System.Numerics.IFloatingPointIeee754<'T> and 'T :> System.Numerics.IMinMaxValue<'T>)>
Public Shared Function Tanh (value As Complex(Of T)) As Complex(Of T)

Parameters

value
Complex<T>

Returns

Applies to