OperatorIntrinsics.SetArraySlice4D<'T> 函式 (F#)
設定陣列的切割區段。
**命名空間/模組路徑:**Microsoft.FSharp.Core.Operators.OperatorIntrinsics
組件:FSharp.Core (在 FSharp.Core.dll 中)
// Signature:
SetArraySlice4D : 'T [,,,] -> int option -> int option -> int option -> int option -> int option -> int option -> int option -> int option -> 'T [,,,] -> unit
// Usage:
SetArraySlice4D target start1 finish1 start2 finish2 start3 finish3 start4 finish4 source
參數
target
型別:'T [,,,]目標陣列。
-
第一個維度的起始索引。
-
第一個維度的結束索引。
-
第二個維度的起始索引。
-
第二個維度的結束索引。
-
第三個維度的起始索引。
-
第三個維度的結束索引。
-
第四個維度的起始索引。
-
第四個維度的結束索引。
source
型別:'T [,,,]來源陣列。
平台
Windows 8 中, Windows 7, Windows Server 2012 上, Windows Server 2008 R2
版本資訊
F# 核心程式庫版本
支援版本:2.0, 4.0,可移植,可攜式執行檔 (PE)。