FloatBufferData

class FloatBufferData

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

class FloatBufferData(nioBuffer: FloatBuffer)

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

Constructors

FloatBufferData
Link copied to clipboard
fun FloatBufferData(nioBuffer: FloatBuffer)

Types

Companion
Link copied to clipboard
common
object Companion

Functions

contentEquals
Link copied to clipboard
common
fun contentEquals(other: FloatBufferData): Boolean
Returns true if the two specified buffers contain the same data, i.e.
fun contentEquals(other: FloatBufferData): Boolean
Returns true if the two specified buffers contain the same data, i.e.
contentHashCode
Link copied to clipboard
common
fun contentHashCode(): Int
Returns a hash code based on the contents of this buffer data.
fun contentHashCode(): Int
Returns a hash code based on the contents of this buffer data.
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String
open fun toString(): String

Properties

sizeInBytes
Link copied to clipboard
val sizeInBytes: Int
Size of the data in bytes.
val sizeInBytes: Int
Size of the data in bytes.