Partager via


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

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

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

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

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

// Usage:
GetArray2D source index1 index2

Paramètres

  • source
    Type : 'T [,]

    Tableau source.

  • index1
    Type : int

    Le premier index.

  • index2
    Type : int

    Le deuxième index.

Valeur de retour

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