Partager via


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

Définit un secteur d'un tableau

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

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

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

// Usage:
SetArraySlice2D target start1 finish1 start2 finish2 source

Paramètres

  • target
    Type : 'T[,]

    Tableau cible.

  • 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.

  • source
    Type : 'T[,]

    Tableau source.

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