Click or drag to resize

GeneratorOpenSawTooth Method

Overload List
  NameDescription
Public methodStatic memberOpenSawTooth(Int32)
Makes a generator that produces evenly spaced floats from 0 (included) to 1 (excluded), and repeats the result.
Public methodStatic memberOpenSawTooth(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).
Top
See Also