Special.Combinations Method
Gets the number of ways of picking k
unordered outcomes from n possibilities.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The number of ways of picking k unordered outcomes from n possibilities.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static double Combinations(
int n,
int k
)
Parameters
Return Value
DoubleThe number of ways of picking k unordered outcomes from n possibilities.