W3cubDocs

/Kotlin

Vector128

Platform and version requirements: Native (1.3)
class Vector128

Functions

Platform and version requirements: Native (1.3)

equals

fun equals(other: Vector128): Boolean

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

fun equals(other: Any?): Boolean
Platform and version requirements: Native (1.3)

getByteAt

fun getByteAt(index: Int): Byte
Platform and version requirements: Native (1.3)

getDoubleAt

fun getDoubleAt(index: Int): Double
Platform and version requirements: Native (1.3)

getFloatAt

fun getFloatAt(index: Int): Float
Platform and version requirements: Native (1.3)

getIntAt

fun getIntAt(index: Int): Int
Platform and version requirements: Native (1.3)

getLongAt

fun getLongAt(index: Int): Long
Platform and version requirements: Native (1.3)

getUByteAt

fun getUByteAt(index: Int): UByte
Platform and version requirements: Native (1.3)

getUIntAt

fun getUIntAt(index: Int): UInt
Platform and version requirements: Native (1.3)

getULongAt

fun getULongAt(index: Int): ULong
Platform and version requirements: Native (1.3)

hashCode

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

fun hashCode(): Int
Platform and version requirements: Native (1.3)

toString

Returns a string representation of the object.

fun toString(): String

© 2010–2020 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.native/-vector128/index.html