UtilBinomialCoefficient Method |
The binomial coefficient (n choose k) is the number of ways of picking k unordered
outcomes from n possibilities.
Namespace: Demo3D.CommonAssembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.01.00
Syntaxpublic static long BinomialCoefficient(
int n,
int k
)
Parameters
- n Int32
- The number of possibilities.
- k Int32
- The number of unordered outcomes.
Return Value
Int64[Missing <returns> documentation for "M:Demo3D.Common.Util.BinomialCoefficient(System.Int32,System.Int32)"]
See Also