DoubleArrayCompatible

Constructors

Link copied to clipboard
actual constructor(raw: DoubleArray)
actual constructor(raw: DoubleArray)
expect constructor(raw: DoubleArray)

Properties

Link copied to clipboard
actual val asFloat64Array: Float64Array
actual val asFloat64Array: Float64Array
expect val asFloat64Array: Float64Array
Link copied to clipboard
actual val raw: DoubleArray
actual val raw: DoubleArray
expect val raw: DoubleArray
Link copied to clipboard
actual val size: Int
actual val size: Int
expect val size: Int

Functions

Link copied to clipboard
actual operator fun get(index: Int): Double
actual operator fun get(index: Int): Double
expect operator fun get(index: Int): Double
Link copied to clipboard
actual operator fun iterator(): DoubleIterator
actual operator fun iterator(): DoubleIterator
expect operator fun iterator(): DoubleIterator
Link copied to clipboard
actual operator fun set(index: Int, value: Double)
actual operator fun set(index: Int, value: Double)
expect operator fun set(index: Int, value: Double)