 | SQXPermutation Method |
Function [bigint] Permutation([int] n, [int] r)
(Mathematics)
Namespace:
sqx
Assembly:
SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntaxpublic static SqlInt64 Permutation(
SqlInt32 n,
SqlInt32 r
)
Parameters
- n
- Type: System.Data.SqlTypesSqlInt32
[int] - r
- Type: System.Data.SqlTypesSqlInt32
[int]
Return Value
Type:
SqlInt64[bigint]
See Also