Click or drag to resize

SubsetsExtension Class

Subsets extension.
Inheritance Hierarchy
SystemObject
  MoreLinq.ExtensionsSubsetsExtension

Namespace:  MoreLinq.Extensions
Assembly:  MoreLinq (in MoreLinq.dll) Version: 3.3.1+b77df70598ab84c28cd43dcf74594024b6d575e1
Syntax
public static class SubsetsExtension
Methods
  NameDescription
Public methodStatic memberSubsetsT(IEnumerableT)
Returns a sequence of IListT representing all of the subsets of any size that are part of the original sequence. In mathematics, it is equivalent to the power set of a set.
Public methodStatic memberSubsetsT(IEnumerableT, Int32)
Returns a sequence of IListT representing all subsets of a given size that are part of the original sequence. In mathematics, it is equivalent to the combinations or k-subsets of a set.
Top
See Also