IntrinsicFunctions.GetArray2D<'T>-Funktion (F#)
Der überladene assoziative (zweifach indizierte) Standardsuchoperator.
Namespace/Modulpfad: Microsoft.FSharp.Core.LanguagePrimitives.IntrinsicFunctions
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature:
GetArray2D : 'T [,] -> int -> int -> 'T
// Usage:
GetArray2D source index1 index2
Parameter
source
Typ: 'T[,]Das Quellarray.
index1
Typ: intDer erste Index.
index2
Typ: intDer zweite Index.
Rückgabewert
Der Wert an den angegebenen Indizes.
Plattformen
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2
Versionsinformationen
F#-Kern-Bibliotheks-Versionen
Unterstützt in: 2,0, 4,0, portablen