DoubleRange
Signatures
Description
Return an array of doubles within the range [start
-end
[.
The default increment value is 1 but the user can set another one specifying the step
parameter.
Remarks
end
is excluded from the array,end
has to be greater thanbegin
otherwiseDoubleRange
will throw an exception.