# Print output for @column tags ?>
public
class
Short4
extends Object
| java.lang.Object | |
| ↳ | android.renderscript.Short4 |
Vector version of the basic short type. Provides four short fields packed.
Fields | |
|---|---|
public
short |
w
|
public
short |
x
|
public
short |
y
|
public
short |
z
|
Public constructors | |
|---|---|
Short4()
|
|
Short4(short x, short y, short z, short w)
|
|
Inherited methods | |
|---|---|
public short w
public short x
public short y
public short z
public Short4 ()
public Short4 (short x,
short y,
short z,
short w)
| Parameters | |
|---|---|
x |
short |
y |
short |
z |
short |
w |
short |