VectorMathSinh Method |
| Name | Description | |
|---|---|---|
| Sinh(Double) |
Computes hyperbolic sine of array elements.
| |
| Sinh(Vector) |
Computes hyperbolic sine of vector elements.
| |
| Sinh(Double, Double) |
Computes hyperbolic sine of array elements.
Result will be stored in result array.
| |
| Sinh(Vector, Vector) |
Computes hyperbolic sine of vector elements.
Result will be stored in result vector.
| |
| Sinh(Double, Int32, Int32) |
Computes hyperbolic sine of Array elements.
| |
| Sinh(Double, Int32, Double, Int32, Int32) |
Computes hyperbolic sine of array elements.
Result will be stored in result array.
|