Partager via


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

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

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

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

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

// Usage:
SetArray3D target index1 index2 index3 value

Paramètres

  • target
    Type : 'T [,,]

    Tableau à trois 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.

  • value
    Type : 'T.

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

Plateformes

Windows 7, Windows Vista SP2, Windows XP SP3, Windows XP x64 SP2, Windows Server 2008 R2, Windows Server 2008 SP2, Windows Server 2003 SP2

Informations de version

Runtime F#

Pris en charge dans : 2.0, 4.0

Silverlight

Prise en charge dans : 3

Voir aussi

Référence

LanguagePrimitives.IntrinsicFunctions, module (F#)

Core.LanguagePrimitives, module (F#)