Calculates the square root of the parameter. The parameter must either be of type Double or Complex.

Namespace:  SingularSys.Jep.Functions
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
public Object SqrtOp(
	Object param
)
Visual Basic (Declaration)
Public Function SqrtOp ( _
	param As Object _
) As Object
Visual C++
public:
Object^ SqrtOp(
	Object^ param
)

Parameters

param
Type: System..::.Object

Return Value

The square root of the parameter.

Exceptions

See Also