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

Most visited

Recently visited

Long2

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.

Summary

Fields

public long x

public long y

Public constructors

Long2()
Long2(long x, long y)

Inherited methods

Fields

x

public long x

y

public long y

Public constructors

Long2

public Long2 ()

Long2

public Long2 (long x, 
                long y)

Parameters
x long

y long