数列
命名空间:
GISShare.SMap.Utils
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public Sequence(
int iStartWith,
int iIncrementBy,
int iMinValue,
int iMaxValue,
bool bCycle
)
Public Sub New (
iStartWith As Integer,
iIncrementBy As Integer,
iMinValue As Integer,
iMaxValue As Integer,
bCycle As Boolean
)
public:
Sequence(
int iStartWith,
int iIncrementBy,
int iMinValue,
int iMaxValue,
bool bCycle
)
new :
iStartWith : int *
iIncrementBy : int *
iMinValue : int *
iMaxValue : int *
bCycle : bool -> Sequence
参数
- iStartWith
- 类型: SystemInt32
开始值 - iIncrementBy
- 类型: SystemInt32
步长 - iMinValue
- 类型: SystemInt32
最小值 - iMaxValue
- 类型: SystemInt32
最大值 - bCycle
- 类型: SystemBoolean
是否循环
参见