Click or drag to resize

PermutationPicks Property

Number of elements in the Permutation.

Namespace:  Kaos.Combinatorics
Assembly:  KaosCombinatorics (in KaosCombinatorics.dll) Version: 6.0.0.0
Syntax
C#
public int Picks { get; }

Property Value

Type: Int32
Remarks
Also known as k. If value is less than Choices, this is a k-permutation.
See Also