Partager via


OperatorIntrinsics.GetArraySlice<'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:
GetArraySlice : 'T [] -> int option -> int option -> 'T []

// Usage:
GetArraySlice source start finish

Paramètres

  • source
    Type : 'T[]

    Tableau d'entrée.

  • start
    Type : intoption

    Index de début.

  • finish
    Type : intoption

    Index de fin.

Valeur de retour

Sous-tableau des index d'entrée.

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