Partager via


IntrinsicFunctions.SetArray4D<'T>, fonction (F#)

Opérateur de mutation (à 4 index) associatif surchargé standard

Espace de noms/Chemin du module : Microsoft.FSharp.Core.LanguagePrimitives.IntrinsicFunctions

Assembly : FSharp.Core (in FSharp.Core.dll)

// Signature:
SetArray4D : 'T [,,,] -> int -> int -> int -> int -> 'T -> unit

// Usage:
SetArray4D target index1 index2 index3 index4 value

Paramètres

  • target
    Type : 'T [,,,]

    Un tableau à quatre dimensions.

  • index1
    Type : int

    Index le long de la première dimension.

  • index2
    Type : int

    Index le long de la deuxième dimension.

  • index3
    Type : int

    Index le long de la troisième dimension.

  • index4
    Type : int

    Index le long de la quatrième dimension.

  • value
    Type : 'T

    La nouvelle valeur à définir sur les indices spécifiés.

Plateformes

Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2

Informations de version

Versions de bibliothèque principale F#

Prise en charge dans : 2,0, 4,0, portables

Voir aussi

Référence

LanguagePrimitives.IntrinsicFunctions, module (F#)

Core.LanguagePrimitives, module (F#)