Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Apply the given function to each element of the array.
Namespace/Module Path: Microsoft.FSharp.Collections.ArrayModule.Parallel
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature:
iter : ('T -> unit) -> 'T [] -> unit
// Usage:
iter action array
Parameters
Remarks
Performs the operation in parallel using System.Threading.Parallel.For. The order in which the given function is applied to elements of the input array is not specified.
This function is named Iterate in the .NET assembly. If accessing the member from a .NET language other than F#, or through reflection, use this name.
Platforms
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2
Version Information
F# Core Library Versions
Supported in: 4.0