# Print output for @column tags ?>
public
class
Long2
extends Object
java.lang.Object | |
↳ | android.renderscript.Long2 |
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 long type. Provides two long fields packed.
Fields | |
---|---|
public
long |
x
|
public
long |
y
|
Public constructors | |
---|---|
Long2()
|
|
Long2(long x, long y)
|
Inherited methods | |
---|---|
public long x
public long y
public Long2 ()
public Long2 (long x, long y)
Parameters | |
---|---|
x |
long |
y |
long |