Class PermutePropertySequenceDouble


public class PermutePropertySequenceDouble
extends PermutePropertySequence<Double>
Assigns an arithmetic sequence of doubles, derived by diving an integer sequence by a divider.

Each element to be assigned corresponds to the respective element in the integer-sequence, but divided by divisor.

Author:
Owen Feehan