Partager via


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

Opérateur de recherche (à quatre index) associatif surchargé standard

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

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

// Signature:
GetArray4D : 'T [,,,] -> int -> int -> int -> int -> 'T

// Usage:
GetArray4D source index1 index2 index3 index4

Paramètres

  • source
    Type : 'T[,,,]

    Tableau d'entrée.

  • index1
    Type : int

    Le premier index.

  • index2
    Type : int

    Le deuxième index.

  • index3
    Type : int

    Troisième numéro d'index.

  • index4
    Type : int

    Le quatrième index.

Valeur de retour

Valeur du tableau aux index 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#)