WorksheetFunction.Phi(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the value of the density function for a standard normal distribution.
public:
double Phi(double Arg1);
public double Phi (double Arg1);
Public Function Phi (Arg1 As Double) As Double
Parameters
- Arg1
- Double
Number for which you want the density of the standard normal distribution.
Returns
DOUBLE