Google is committed to advancing racial equity for Black communities. See how.
Added in API level 11

Long2

open class Long2
kotlin.Any
   ↳ android.renderscript.Long2

Vector version of the basic long type. Provides two long fields packed.

Summary

Public constructors

<init>(x: Long, y: Long)

Properties

Long

Long

Public constructors

<init>

Added in API level 11
Long2()

<init>

Added in API level 14
Long2(
    x: Long,
    y: Long)

Properties

x

Added in API level 11
var x: Long

y

Added in API level 11
var y: Long