 | 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)
Syntaxpublic 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]
RemarksNRoot function.
ExamplesSELECT sqx.NRoot(3, -1.5)
See Also