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

Definition

public:
 static System::Numerics::Complex<T> Cosh(System::Numerics::Complex<T> value);
public static System.Numerics.Complex<T> Cosh(System.Numerics.Complex<T> value);
static member Cosh : 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 Cosh (value As Complex(Of T)) As Complex(Of T)

Parameters

value
Complex<T>

Returns

Applies to