Vector128

Native
1.9
class Vector128
(source)

Functions

Native
1.3

equals

Indicates whether some other object is "equal to" this one. Implementations must fulfil the following requirements:

fun equals(other: Any?): Boolean
Native
1.3

getByteAt

fun getByteAt(index: Int): Byte
Native
1.3

getDoubleAt

fun getDoubleAt(index: Int): Double
Native
1.3

getFloatAt

fun getFloatAt(index: Int): Float
Native
1.3

getIntAt

fun getIntAt(index: Int): Int
Native
1.3

getLongAt

fun getLongAt(index: Int): Long
Native
1.3

getUByteAt

fun getUByteAt(index: Int): UByte
Native
1.3

getUIntAt

fun getUIntAt(index: Int): UInt
Native
1.3

getULongAt

fun getULongAt(index: Int): ULong
Native
1.3

hashCode

Returns a hash code value for the object. The general contract of hashCode is:

fun hashCode(): Int
Native
1.3

toString

Returns a string representation of the object.

fun toString(): String