DoubleCursor

Forked from HPPC, holding int index and double value.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
var index: Int

The current value's index in the container this cursor belongs to. The meaning of this index is defined by the container (usually it will be an index in the underlying storage buffer).

Link copied to clipboard

The current value.

Functions

Link copied to clipboard
open override fun toString(): String