| VectorMathTanh Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|   | Tanh(Double) | 
            Computes hyperbolic tangent of array elements. 
             | 
|   | Tanh(Vector) | 
            Computes hyperbolic tangent of vector elements. 
             | 
|   | Tanh(Double, Double) | 
            Computes hyperbolic tangent of array elements. 
            Result will be stored in result array.
             | 
|   | Tanh(Vector, Vector) | 
            Computes hyperbolic tangent of vector elements. 
            Result will be stored in result vector.
             | 
|   | Tanh(Double, Int32, Int32) | 
            Computes hyperbolic tangent of Array elements. 
             | 
|   | Tanh(Double, Int32, Double, Int32, Int32) | 
            Computes hyperbolic tangent of array elements. 
            Result will be stored in result array.
             | 
 See Also
See Also