VectorMathPow Method |
Name | Description | |
---|---|---|
Pow(Double, Double) |
Raises each element of an array to the constant power.
| |
Pow(Vector, Double) |
Raises each element of a vector to the constant power.
| |
Pow(Double, Double, Double) |
Raises each element of an array to the constant power.
And rewrite original Array with operation result.
| |
Pow(Vector, Double, Vector) |
Raises each element of a vector to the constant power.
And rewrite original vector with operation result.
| |
Pow(Double, Int32, Int32, Double) |
Raises each element of an array to the constant power.
| |
Pow(Double, Int32, Double, Double, Int32, Int32) |
Raises each element of an array to the constant power.
And rewrite original Array with operation result.
|