Click or drag to resize
sqx

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)
Syntax
C#
public 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