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