Bagikan melalui


Script.ForEach Metode

Definisi

Overload

ForEach(Int32, Allocation, Allocation, FieldPacker)

Hanya ditujukan untuk digunakan oleh kode yang direfleksikan yang dihasilkan.

ForEach(Int32, Allocation[], Allocation, FieldPacker)

Hanya ditujukan untuk digunakan oleh kode yang direfleksikan yang dihasilkan.

ForEach(Int32, Allocation, Allocation, FieldPacker, Script+LaunchOptions)

Hanya ditujukan untuk digunakan oleh kode yang direfleksikan yang dihasilkan.

ForEach(Int32, Allocation[], Allocation, FieldPacker, Script+LaunchOptions)

Hanya ditujukan untuk digunakan oleh kode yang direfleksikan yang dihasilkan.

ForEach(Int32, Allocation, Allocation, FieldPacker)

Hanya ditujukan untuk digunakan oleh kode yang direfleksikan yang dihasilkan.

[Android.Runtime.Register("forEach", "(ILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/FieldPacker;)V", "GetForEach_ILandroid_renderscript_Allocation_Landroid_renderscript_Allocation_Landroid_renderscript_FieldPacker_Handler")]
protected virtual void ForEach (int slot, Android.Renderscripts.Allocation? ain, Android.Renderscripts.Allocation? aout, Android.Renderscripts.FieldPacker? v);
[<Android.Runtime.Register("forEach", "(ILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/FieldPacker;)V", "GetForEach_ILandroid_renderscript_Allocation_Landroid_renderscript_Allocation_Landroid_renderscript_FieldPacker_Handler")>]
abstract member ForEach : int * Android.Renderscripts.Allocation * Android.Renderscripts.Allocation * Android.Renderscripts.FieldPacker -> unit
override this.ForEach : int * Android.Renderscripts.Allocation * Android.Renderscripts.Allocation * Android.Renderscripts.FieldPacker -> unit

Parameter

slot
Int32
aout
Allocation
Atribut

Keterangan

Hanya ditujukan untuk digunakan oleh kode yang direfleksikan yang dihasilkan.

Dokumentasi Java untuk android.renderscript.Script.forEach(int, android.renderscript.Allocation, android.renderscript.Allocation, android.renderscript.FieldPacker).

Bagian halaman ini adalah modifikasi berdasarkan pekerjaan yang dibuat dan dibagikan oleh Proyek Sumber Terbuka Android dan digunakan sesuai dengan istilah yang dijelaskan dalam Lisensi Atribusi Creative Commons 2.5.

Berlaku untuk

ForEach(Int32, Allocation[], Allocation, FieldPacker)

Hanya ditujukan untuk digunakan oleh kode yang direfleksikan yang dihasilkan.

[Android.Runtime.Register("forEach", "(I[Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/FieldPacker;)V", "GetForEach_IarrayLandroid_renderscript_Allocation_Landroid_renderscript_Allocation_Landroid_renderscript_FieldPacker_Handler", ApiSince=23)]
protected virtual void ForEach (int slot, Android.Renderscripts.Allocation[]? ains, Android.Renderscripts.Allocation? aout, Android.Renderscripts.FieldPacker? v);
[<Android.Runtime.Register("forEach", "(I[Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/FieldPacker;)V", "GetForEach_IarrayLandroid_renderscript_Allocation_Landroid_renderscript_Allocation_Landroid_renderscript_FieldPacker_Handler", ApiSince=23)>]
abstract member ForEach : int * Android.Renderscripts.Allocation[] * Android.Renderscripts.Allocation * Android.Renderscripts.FieldPacker -> unit
override this.ForEach : int * Android.Renderscripts.Allocation[] * Android.Renderscripts.Allocation * Android.Renderscripts.FieldPacker -> unit

Parameter

slot
Int32
ains
Allocation[]
aout
Allocation
Atribut

Keterangan

Hanya ditujukan untuk digunakan oleh kode yang direfleksikan yang dihasilkan.

Dokumentasi Java untuk android.renderscript.Script.forEach(int, android.renderscript.Allocation[], android.renderscript.Allocation, android.renderscript.FieldPacker).

Bagian halaman ini adalah modifikasi berdasarkan pekerjaan yang dibuat dan dibagikan oleh Proyek Sumber Terbuka Android dan digunakan sesuai dengan istilah yang dijelaskan dalam Lisensi Atribusi Creative Commons 2.5.

Berlaku untuk

ForEach(Int32, Allocation, Allocation, FieldPacker, Script+LaunchOptions)

Hanya ditujukan untuk digunakan oleh kode yang direfleksikan yang dihasilkan.

[Android.Runtime.Register("forEach", "(ILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/FieldPacker;Landroid/renderscript/Script$LaunchOptions;)V", "GetForEach_ILandroid_renderscript_Allocation_Landroid_renderscript_Allocation_Landroid_renderscript_FieldPacker_Landroid_renderscript_Script_LaunchOptions_Handler")]
protected virtual void ForEach (int slot, Android.Renderscripts.Allocation? ain, Android.Renderscripts.Allocation? aout, Android.Renderscripts.FieldPacker? v, Android.Renderscripts.Script.LaunchOptions? sc);
[<Android.Runtime.Register("forEach", "(ILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/FieldPacker;Landroid/renderscript/Script$LaunchOptions;)V", "GetForEach_ILandroid_renderscript_Allocation_Landroid_renderscript_Allocation_Landroid_renderscript_FieldPacker_Landroid_renderscript_Script_LaunchOptions_Handler")>]
abstract member ForEach : int * Android.Renderscripts.Allocation * Android.Renderscripts.Allocation * Android.Renderscripts.FieldPacker * Android.Renderscripts.Script.LaunchOptions -> unit
override this.ForEach : int * Android.Renderscripts.Allocation * Android.Renderscripts.Allocation * Android.Renderscripts.FieldPacker * Android.Renderscripts.Script.LaunchOptions -> unit

Parameter

slot
Int32
aout
Allocation
Atribut

Keterangan

Dokumentasi Java untuk android.renderscript.Script.forEach(int, android.renderscript.Allocation, android.renderscript.Allocation, android.renderscript.FieldPacker).

Bagian halaman ini adalah modifikasi berdasarkan pekerjaan yang dibuat dan dibagikan oleh Proyek Sumber Terbuka Android dan digunakan sesuai dengan istilah yang dijelaskan dalam Lisensi Atribusi Creative Commons 2.5.

Berlaku untuk

ForEach(Int32, Allocation[], Allocation, FieldPacker, Script+LaunchOptions)

Hanya ditujukan untuk digunakan oleh kode yang direfleksikan yang dihasilkan.

[Android.Runtime.Register("forEach", "(I[Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/FieldPacker;Landroid/renderscript/Script$LaunchOptions;)V", "GetForEach_IarrayLandroid_renderscript_Allocation_Landroid_renderscript_Allocation_Landroid_renderscript_FieldPacker_Landroid_renderscript_Script_LaunchOptions_Handler", ApiSince=23)]
protected virtual void ForEach (int slot, Android.Renderscripts.Allocation[]? ains, Android.Renderscripts.Allocation? aout, Android.Renderscripts.FieldPacker? v, Android.Renderscripts.Script.LaunchOptions? sc);
[<Android.Runtime.Register("forEach", "(I[Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/FieldPacker;Landroid/renderscript/Script$LaunchOptions;)V", "GetForEach_IarrayLandroid_renderscript_Allocation_Landroid_renderscript_Allocation_Landroid_renderscript_FieldPacker_Landroid_renderscript_Script_LaunchOptions_Handler", ApiSince=23)>]
abstract member ForEach : int * Android.Renderscripts.Allocation[] * Android.Renderscripts.Allocation * Android.Renderscripts.FieldPacker * Android.Renderscripts.Script.LaunchOptions -> unit
override this.ForEach : int * Android.Renderscripts.Allocation[] * Android.Renderscripts.Allocation * Android.Renderscripts.FieldPacker * Android.Renderscripts.Script.LaunchOptions -> unit

Parameter

slot
Int32
ains
Allocation[]
aout
Allocation
Atribut

Keterangan

Dokumentasi Java untuk android.renderscript.Script.forEach(int, android.renderscript.Allocation, android.renderscript.Allocation, android.renderscript.FieldPacker).

Bagian halaman ini adalah modifikasi berdasarkan pekerjaan yang dibuat dan dibagikan oleh Proyek Sumber Terbuka Android dan digunakan sesuai dengan istilah yang dijelaskan dalam Lisensi Atribusi Creative Commons 2.5.

Berlaku untuk