Click or drag to resize

Combinatorics Class

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.1.418.0 (24.1.418.0)
Syntax
public static class Combinatorics

The Combinatorics type exposes the following members.

Methods
  NameDescription
Public methodStatic memberBinomialCoefficient
Combinatorics coefficient (n choose k). The number of ways k objects can be chosen from a set of n objects.
Top
See Also