Added in API level 11
Int4
public
class
Int4
extends Object
| java.lang.Object | |
| ↳ | android.renderscript.Int4 |
Vector version of the basic int type. Provides four int fields packed.
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 | |
|---|---|
Fields
Public constructors
Int4
Added in API level 14
public Int4 (int x,
int y,
int z,
int w)
| Parameters | |
|---|---|
x |
int |
y |
int |
z |
int |
w |
int |