Most visited

Recently visited

Added in API level 11

Short4

public class Short4
extends Object

java.lang.Object
   ↳ android.renderscript.Short4


基本短型的矢量版本。 提供四个短字段打包。

Summary

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

From class java.lang.Object

Fields

w

Added in API level 11
short w

x

Added in API level 11
short x

y

Added in API level 11
short y

z

Added in API level 11
short z

Public constructors

Short4

Added in API level 11
Short4 ()

Short4

Added in API level 14
Short4 (short x, 
                short y, 
                short z, 
                short w)

Parameters
x short
y short
z short
w short

Hooray!