VectorMathErf Method |
| Name | Description | |
|---|---|---|
| Erf(Double) |
Computes error function of array elements.
| |
| Erf(Vector) |
Computes error function of vector elements.
| |
| Erf(Double, Double) |
Computes error function of array elements.
Result will be stored in result array.
| |
| Erf(Vector, Vector) |
Computes error function of vector elements.
Result will be stored in result vector.
| |
| Erf(Double, Int32, Int32) |
Computes error function of Array elements.
| |
| Erf(Double, Int32, Double, Int32, Int32) |
Computes error function of array elements.
Result will be stored in result array.
|