 | SQXFindRound Method |
Function [int] FindRound([float] X)
Namespace:
sqx
Assembly:
SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntaxpublic static SqlInt32 FindRound(
SqlDouble X
)
Parameters
- X
- Type: System.Data.SqlTypesSqlDouble
[float]
Return Value
Type:
SqlInt32[int]
RemarksFind round function.
ExamplesSELECT sqx.FindRound(0.005)
See Also