WorksheetFunction.Gauss(Double) Method

Definition

Returns 0.5 less than the standard normal cumulative distribution.

public:
 double Gauss(double Arg1);
public double Gauss (double Arg1);
Public Function Gauss (Arg1 As Double) As Double

Parameters

Arg1
Double

The value for which you want the distribution.

Returns

DOUBLE

Applies to