A tool for computing various quantities associated with combinations of objects associated with a
finite or countable set of discrete items.
Inheritance HierarchySystem.Object AGI.Foundation.NumericalMethods.Advanced.Combinatorics
Namespace:
AGI.Foundation.NumericalMethods.Advanced
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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.
|
Top
See Also