Click or drag to resize

Combinatoric Class

Provides static methods for combinatorics.
Inheritance Hierarchy
SystemObject
  Kaos.CombinatoricsCombinatoric

Namespace:  Kaos.Combinatorics
Assembly:  KaosCombinatorics (in KaosCombinatorics.dll) Version: 6.0.0.0
Syntax
C#
public static class Combinatoric

The Combinatoric type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCode exampleBinomialCoefficient
Returns the binomial coefficient of the supplied values.
Public methodStatic memberCode exampleFactorial
Returns the factorial of the supplied value.
Top
Remarks
This class cannot be instantiated.
See Also