Click or drag to resize

VectorMath.CbrtInPlace Method

Overload List
  NameDescription
Public methodStatic memberCbrtInPlace(Double[])
Computes cubic root of array elements. And rewrite original array with operation result.
Public methodStatic memberCbrtInPlace(Vector)
Computes cubic root of vector elements. And rewrite original vector with operation result.
Public methodStatic memberCbrtInPlace(Double[], Int32, Int32)
Computes cubic root of array elements. And rewrite original array with operation result.
Top
See Also