StackedDoubleArray2
class StackedDoubleArray2(val width: Int, val height: Int, val empty: Double = EMPTY, val startX: Int = 0, val startY: Int = 0) : IStackedDoubleArray2
Constructors
Properties
Link copied to clipboard
Version of the data. Each change increments this.
Link copied to clipboard
Link copied to clipboard
Shortcut for IStackedArray2Base.startX + IStackedArray2Base.width
Link copied to clipboard
Shortcut for IStackedDoubleArray2.startX + IStackedDoubleArray2.width
Link copied to clipboard
Shortcut for IStackedArray2Base.startY + IStackedArray2Base.height
Link copied to clipboard
Shortcut for IStackedDoubleArray2.startY + IStackedDoubleArray2.height
Functions
Link copied to clipboard
Duplicates the contents of this IStackedDoubleArray2 keeping its contents data
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun IStackedArray2Base.Internal.setStackLevelInternal(x: Int, y: Int, levels: Int): Boolean