Double Iterator
An iterator over a sequence of values of type Double
.
An iterator over a sequence of values of type Double
.
An iterator over a sequence of values of type Double
.
An iterator over a sequence of values of type Double
.
Constructors
Functions
Link copied to clipboard
Returns true
if the iteration has more elements.
Link copied to clipboard
Link copied to clipboard
Returns the next value in the sequence without boxing.
Returns the next value in the sequence without boxing.
Returns the next value in the sequence without boxing.
Returns the next value in the sequence without boxing.
Extensions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the given iterator itself. This allows to use an instance of iterator in a for
loop.
Link copied to clipboard
Returns an Iterator that wraps each element produced by the original iterator into an IndexedValue containing the index of that element and the element itself.