| VectorMathErfcInv Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|   | ErfcInv(Double) | 
            Computes inverse complementary error function of array elements. 
             | 
|   | ErfcInv(Vector) | 
            Computes inverse complementary error function of vector elements. 
             | 
|   | ErfcInv(Double, Double) | 
            Computes inverse complementary error function of array elements. 
            Result will be stored in result array.
             | 
|   | ErfcInv(Vector, Vector) | 
            Computes inverse complementary error function of vector elements. 
            Result will be stored in result vector.
             | 
|   | ErfcInv(Double, Int32, Int32) | 
            Computes inverse complementary error function of Array elements. 
             | 
|   | ErfcInv(Double, Int32, Double, Int32, Int32) | 
            Computes inverse complementary error function of array elements. 
            Result will be stored in result array.
             | 
 See Also
See Also