Most visited

Recently visited

Added in API level 11

Int2

public class Int2
extends Object

java.lang.Object
   ↳ android.renderscript.Int2


基本int类型的矢量版本。 提供两个打包的int字段。

Summary

Fields

public int x

public int y

Public constructors

Int2()
Int2(int x, int y)

Inherited methods

From class java.lang.Object

Fields

x

Added in API level 11
int x

y

Added in API level 11
int y

Public constructors

Int2

Added in API level 11
Int2 ()

Int2

Added in API level 14
Int2 (int x, 
                int y)

Parameters
x int
y int

Hooray!