WorksheetFunction.SqrtPi(Object) 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 square root of (number * pi).
public:
double SqrtPi(System::Object ^ Arg1);
public double SqrtPi (object Arg1);
Public Function SqrtPi (Arg1 As Object) As Double
Parameters
- Arg1
- Object
Number - the number by which pi is multiplied.
Returns
Remarks
If number < 0, SqrtPi returns the #NUM! error value.