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
Public constructors
Long4
    Added in API level 14
  
      
  
    
public Long4 (long x, 
                long y, 
                long z, 
                long w)| Parameters | |
|---|---|
| x | long | 
| y | long | 
| z | long | 
| w | long | 
