Click or drag to resize

Permutation Constructor (Permutation)

Initializes a new instance that is copied from the supplied permutation.

Namespace:  Kaos.Combinatorics
Assembly:  KaosCombinatorics (in KaosCombinatorics.dll) Version: 6.0.0.0
Syntax
C#
public Permutation(
	Permutation source
)

Parameters

source
Type: Kaos.CombinatoricsPermutation
Instance to copy.
Exceptions
ExceptionCondition
ArgumentNullExceptionWhen source is null.
See Also