Click or drag to resize

MoreEnumerableSubsets Method

Overload List
  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