Calculates the binomial coefficient n above k.
Syntax
public static
long BinomialCoefficient (
int n,
int k)
Parameters
- n
- The n.
- k
- The k.
Returns
n! / (k! * (n - k)!)
Remarks
Requirements
Namespace: MonoMac.OpenGL
Assembly: XamMac (in XamMac.dll)
Assembly Versions: 0.0.0.0