Method Array.permute()
- Method permute
arraypermute(arrayin,int(0..)number)- Description
Give a specified permutation of an array.
The number of permutations is equal to
sizeof((the factorial of the size of the given array).in)!- See also
array permute(array in, int(0..) number)
Give a specified permutation of an array.
The number of permutations is equal to sizeof(
(the factorial of the size of the given array).in)!