# Print output for @column tags ?> Short4 - Android SDK | Android Developers

Most visited

Recently visited

Short4

public class Short4
extends Object

java.lang.Object
   ↳ android.renderscript.Short4


This class is deprecated.
Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives.

Vector version of the basic short type. Provides four short fields packed.

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

Fields

w

public short w

x

public short x

y

public short y

z

public short z

Public constructors

Short4

public Short4 ()

Short4

public Short4 (short x, 
                short y, 
                short z, 
                short w)

Parameters
x short

y short

z short

w short