VectorMathSqrtInPlace Method |
| Name | Description | |
|---|---|---|
| SqrtInPlace(Double) |
Computes squares root of array elements.
And rewrite original array with operation result.
| |
| SqrtInPlace(Vector) |
Computes squares root of vector elements.
And rewrite original vector with operation result.
| |
| SqrtInPlace(Double, Int32, Int32) |
Computes squares root of array elements.
And rewrite original array with operation result.
|