Click or drag to resize

VectorMathPowInPlace Method

Overload List
  NameDescription
Public methodStatic memberPowInPlace(Double, Double)
Raises each element of an array to the constant power. And rewrite original Array with operation result.
Public methodStatic memberPowInPlace(Vector, Double)
Raises each element of a vector to the constant power. And rewrite original vector with operation result.
Public methodStatic memberPowInPlace(Double, Int32, Int32, Double)
Raises each element of an array to the constant power. And rewrite original Array with operation result.
Top
See Also