Condividi tramite


Funzione OperatorIntrinsics.SetArraySlice<'T> (F#)

Imposta una sezione di una matrice.

Percorso spazio dei nomi/modulo: Microsoft.FSharp.Core.Operators.OperatorIntrinsics

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

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

// Usage:
SetArraySlice target start finish source

Parametri

  • target
    Tipo: 'T []

    Matrice di destinazione.

  • start
    Digitare: intoption

    Indice iniziale.

  • finish
    Digitare: intoption

    Indice finale.

  • source
    Tipo: 'T []

    Matrice di origine.

Piattaforme

Windows 7, Windows Vista SP2, Windows XP SP3, Windows XP x64 SP2, Windows Server 2008 R2, Windows Server 2008 SP2, Windows Server 2003 SP2.

Informazioni sulla versione

F# Runtime

Supportato in: 2.0, 4.0

Silverlight

Supportato in: 3

Vedere anche

Riferimenti

Modulo Operators.OperatorIntrinsics (F#)

Modulo Core.Operators (F#)