加载中...
The Wayback Machine - https://sup1a9wrlpyh5li9ro.vcoronado.top/web/20150316142912/http://developer.android.com/reference/android/renderscript/Long2.html
Android APIs
public class

Long2

extends Object
java.lang.Object
   ↳ android.renderscript.Long2

Class Overview

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)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public long x

Added in API level 11

public long y

Added in API level 11

Public Constructors

public Long2 ()

Added in API level 11

public Long2 (long x, long y)

Added in API level 14