Click or drag to resize

joinCartesianType Enumeration

A type for Cartesian self-multiplication.

Namespace:  WhetStone.Looping
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
[FlagsAttribute]
public enum CartesianType
Members
  Member nameValueDescription
AllPairs0 All combinations will be included.
NoSymmatry1 All combinations will be in descending order, in relation to the source index.
NoReflexive2 All combinations that have the same element more than once will be omitted.
See Also