Kaos.Combinatorics Library
Kaos.Combinatorics Library
Kaos.Combinatorics
Combination Class
Combination Methods
CompareTo Method
CopyTo Method
Equals Method
GetEnumerator Method
GetHashCode Method
GetRows Method
GetRowsForAllPicks Method
Permute(T) Method
ToString Method
Combination
CopyTo Method
Copy the entire sequence to the supplied destination.
Namespace:
Kaos.Combinatorics
Assembly:
KaosCombinatorics (in KaosCombinatorics.dll) Version: 5.0.0.6
Syntax
C#
Copy
public
void
CopyTo
(
int
[]
array
)
Parameters
array
Type:
System
Int32
Destination of copy.
Exceptions
Exception
Condition
ArgumentNullException
When
array
is
null
.
ArgumentException
When not enough space in
array
.
See Also
Reference
Combination Class
Kaos.Combinatorics Namespace
[v5.0.0.6] Copyright © 2009-2018 Kasey O. (github.com/kaosborn)