Partager via


OperatorIntrinsics.GetArraySlice3D<'T>, fonction (F#)

Obtient un secteur d'un tableau.

Espace de noms/Chemin du module : Microsoft.FSharp.Core.Operators.OperatorIntrinsics

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

// Signature:
GetArraySlice3D : 'T [,,] -> int option -> int option -> int option -> int option -> int option -> int option -> 'T [,,]

// Usage:
GetArraySlice3D source start1 finish1 start2 finish2 start3 finish3

Paramètres

  • source
    Type : 'T[,,]

    Tableau source.

  • start1
    Type : intoption

    Index de début de la première dimension.

  • finish1
    Type : intoption

    Index de fin de la première dimension.

  • start2
    Type : intoption

    Index de début de la deuxième dimension.

  • finish2
    Type : intoption

    Index de fin de la deuxième dimension.

  • start3
    Type : intoption

    Index de début de la troisième dimension.

  • finish3
    Type : intoption

    Index de fin de la troisième dimension.

Valeur de retour

Sous-tableau en trois dimensions des index donné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, Portable, portable

Voir aussi

Référence

Operators.OperatorIntrinsics, module (F#)

Core.Operators, module (F#)