Most visited

Recently visited

Added in API level 11

Int4

public class Int4
extends Object

java.lang.Object
   ↳ android.renderscript.Int4


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

Summary

Fields

public int w

public int x

public int y

public int z

Public constructors

Int4()
Int4(int x, int y, int z, int w)

Inherited methods

From class java.lang.Object

Fields

w

Added in API level 11
int w

x

Added in API level 11
int x

y

Added in API level 11
int y

z

Added in API level 11
int z

Public constructors

Int4

Added in API level 11
Int4 ()

Int4

Added in API level 14
Int4 (int x, 
                int y, 
                int z, 
                int w)

Parameters
x int
y int
z int
w int

Hooray!