A tool for computing various quantities associated with combinations of objects associated with a
finite or countable set of discrete items.
Inheritance Hierarchy SystemObject AGI.Foundation.NumericalMethods.AdvancedCombinatorics
Namespace:
AGI.Foundation.NumericalMethods.Advanced
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static class Combinatorics
Public NotInheritable Class Combinatorics
public ref class Combinatorics abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Combinatorics = class end
The Combinatorics type exposes the following members.
Methods
| Name | Description |
---|
| BinomialCoefficient |
Combinatorics coefficient (n choose k). The number of ways k objects can be chosen from a set of n objects.
|
TopSee Also