Added in API level 11
Deprecated in API level 31

Long2

public class Long2
extends Object

java.lang.Object
   ↳ android.renderscript.Long2


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 two long fields packed.

Summary

Fields

public long x

public long y

Public constructors

Long2()
Long2(long x, long y)

Inherited methods

Fields

x

Added in API level 11
public long x

y

Added in API level 11
public long y

Public constructors

Long2

Added in API level 11
public Long2 ()

Long2

Added in API level 11
public Long2 (long x, 
                long y)

Parameters
x long

y long