# Print output for @column tags ?> Int2 - Android SDK | Android Developers

Most visited


Recently visited


Int2

public class Int2
extends Object

java.lang.Object
   ↳ android.renderscript.Int2


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

Summary


Fields

public int x

public int y

Public constructors

Int2()
Int2(int x, int y)

Inherited methods

Fields


x

public int x

y

public int y

Public constructors


Int2

public Int2 ()

Int2

public Int2 (int x, 
                int y)

Parameters
x int

y int