IntrinsicFunctions.GetArray4D<'T>-Funktion (F#)
Der überladene assoziative (vierfach indizierte) Standardsuchoperator.
Namespace/Modulpfad: 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
Parameter
source
Typ: 'T[,,,]Das Eingabearray.
index1
Typ: intDer erste Index.
index2
Typ: intDer zweite Index.
index3
Typ: intDer dritte Index.
index4
Typ: intDer vierte Index.
Rückgabewert
Der Wert des Arrays 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