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: OpenTK
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0