标准重载关联(4 个索引)查找运算符。
命名空间/模块路径: Microsoft.FSharp.Core.LanguagePrimitives.IntrinsicFunctions
程序集:FSharp.Core(在 FSharp.Core.dll 中)
// Signature:
GetArray4D : 'T [,,,] -> int -> int -> int -> int -> 'T
// Usage:
GetArray4D source index1 index2 index3 index4
参数
source
类型:'T[,,,]输入数组。
index1
类型:int第一个索引。
index2
类型:int第二个索引。
index3
类型:int第三项索引。
index4
类型:int第四个索引。
返回值
指定索引处数组的值。
平台
Windows 8,Windows 7,Windows server 2012中,Windows server 2008 R2
版本信息
F#核心库版本
支持:2.0,4.0,可移植