GeneratorOpenSawTooth Method |
| Name | Description | |
|---|---|---|
| OpenSawTooth(Int32) |
Makes a generator that produces evenly spaced floats from 0 (included)
to 1 (excluded), and repeats the result.
| |
| OpenSawTooth(IGeneratorInt32) |
Makes a generator that produces evenly spaced floats from 0 (included)
to 1 (excluded), and repeats the result (but with the number of samples
each time given by a generator).
|