 | 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)
Syntaxpublic 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]
RemarksBinomial coefficient Signal Sign((ⁿₖ)) function.
Support: N, K [+/-]
See Also