Partager via


IntrinsicFunctions.GetArray3D<'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:
GetArray3D : 'T [,,] -> int -> int -> int -> 'T

// Usage:
GetArray3D source index1 index2 index3

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.

Valeur de retour

Valeur dans le 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#)