Click or drag to resize
sqx

SQXNRoot Method

Function [float] NRoot([int] Root, [float] X)
(Mathematics)

Namespace:  sqx
Assembly:  SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntax
C#
public static SqlDouble NRoot(
	SqlInt32 Root,
	SqlDouble X
)

Parameters

Root
Type: System.Data.SqlTypesSqlInt32
[int]
X
Type: System.Data.SqlTypesSqlDouble
[float]

Return Value

Type: SqlDouble
[float]
Remarks
NRoot function.
Examples
SQL
SELECT sqx.NRoot(3, -1.5)
/*
-1.14471424255333*/
See Also