该成员函数返回映射表中的元素索引。 调用的地图应只有一个维度。 使用 Int 映射的示例:M[i in 1...5][j in 1...2] = j M.GetSub(1).Get(2) 将返回 2。
命名空间: ILOG.Concert
程序集: oplall(在oplall.dll 中)
语法
| C# |
|---|
int Get( int index ) |
参数
- 索引
- 类型: 系统..::..Int32'
命名空间: ILOG.Concert
程序集: oplall(在oplall.dll 中)
| C# |
|---|
int Get( int index ) |