Gets a delegate that returns the hyperbolic cosine of its argument.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static Func<T, T> Cosh { get; }
Public Shared ReadOnly Property Cosh As Func(Of T, T)
Get
public:
static property Func<T, T>^ Cosh {
Func<T, T>^ get ();
}
static member Cosh : Func<'T, 'T> with get
Property Value
Type:
FuncT,
T
Reference