DoubleBufferData

actual class DoubleBufferData

Data to be stored in a buffer of double-precision floating point numbers.

Since

v2.0.0

expect class DoubleBufferData

Data to be stored in a buffer of floating point numbers.

Since

v2.0.0

actual class DoubleBufferData

Data to be stored in a buffer of double-precision floating point numbers.

Since

v2.0.0

Constructors

Link copied to clipboard
constructor(nioBuffer: DoubleBuffer)
constructor(nioBuffer: DoubleBuffer)

Types

Link copied to clipboard
actual object Companion
expect object Companion
actual object Companion

Functions

Link copied to clipboard

Returns true if the two specified buffers contain the same data, i.e. contain the same number of the same elements in the same order.

Returns true if the two specified buffers contain the same data, i.e. contain the same number of the same elements in the same order.

Returns true if the two specified buffers contain the same data, i.e. contain the same number of the same elements in the same order.

Link copied to clipboard
actual fun contentHashCode(): Int

Returns a hash code based on the contents of this buffer data.

expect fun contentHashCode(): Int

Returns a hash code based on the contents of this buffer data.

actual fun contentHashCode(): Int

Returns a hash code based on the contents of this buffer data.

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

Properties

Link copied to clipboard
actual val sizeInBytes: Int

Size of the data in bytes.

expect val sizeInBytes: Int

Size of the data in bytes.

actual val sizeInBytes: Int

Size of the data in bytes.