Click or drag to resize
sqx

SQXBinSign Method

Function [int] BinSign([bigint] N, [bigint] K)
(Mathematics)

Namespace:  sqx
Assembly:  SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntax
C#
public static SqlInt32 BinSign(
	SqlInt64 N,
	SqlInt64 K
)

Parameters

N
Type: System.Data.SqlTypesSqlInt64
[bigint]
K
Type: System.Data.SqlTypesSqlInt64
[bigint]

Return Value

Type: SqlInt32
[int]
Remarks
Binomial coefficient Signal Sign((ⁿₖ)) function.
Support: N, K [+/-]
See Also