Added in API level 11
Deprecated in API level 31

Long4

public class Long4
extends Object

java.lang.Object
   ↳ android.renderscript.Long4


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

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

Summary

Fields

public long w

public long x

public long y

public long z

Public constructors

Long4()
Long4(long x, long y, long z, long w)

Inherited methods

Fields

w

Added in API level 11
public long w

x

Added in API level 11
public long x

y

Added in API level 11
public long y

z

Added in API level 11
public long z

Public constructors

Long4

Added in API level 11
public Long4 ()

Long4

Added in API level 11
public Long4 (long x, 
                long y, 
                long z, 
                long w)

Parameters
x long

y long

z long

w long