OpenTK.Functions.BinomialCoefficient Method
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

Documentation for this section has not yet been entered.

Requirements

Namespace: OpenTK
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0