Added in API level 11
Deprecated in API level 31

Short4

open class Short4
kotlin.Any
   ↳ android.renderscript.Short4

Vector version of the basic short type. Provides four short fields packed.

Summary

Public constructors

Short4(x: Short, y: Short, z: Short, w: Short)

Properties
Short

Short

Short

Short

Public constructors

Short4

Added in API level 11
Short4()

Short4

Added in API level 11
Short4(
    x: Short,
    y: Short,
    z: Short,
    w: Short)

Properties

w

Added in API level 11
var w: Short

Deprecated: Deprecated in Java.

x

Added in API level 11
var x: Short

Deprecated: Deprecated in Java.

y

Added in API level 11
var y: Short

Deprecated: Deprecated in Java.

z

Added in API level 11
var z: Short

Deprecated: Deprecated in Java.