Computes the hyperbolic sine of the elements of a vector.
Namespace: Extreme.Mathematics.GenericAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static Vector<T> SinhInto(
Vector<T> vector,
Vector<T> result
)
Public Shared Function SinhInto (
vector As Vector(Of T),
result As Vector(Of T)
) As Vector(Of T)
public:
static Vector<T>^ SinhInto(
Vector<T>^ vector,
Vector<T>^ result
)
static member SinhInto :
vector : Vector<'T> *
result : Vector<'T> -> Vector<'T>
Parameters
- vector
- Type: Extreme.Mathematics.GenericVectorT
A vector. - result
- Type: Extreme.Mathematics.GenericVectorT
The vector that is to hold the result. May be .
Return Value
Type:
VectorTA vector whose elements
are equal to the hyperbolic sine of the corresponding element of
vector.
Numerical Libraries
Supported in: 5.x
Reference