点击或拖拽改变大小

Sequence 构造函数

数列

命名空间:  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
)

参数

iStartWith
类型: SystemInt32
开始值
iIncrementBy
类型: SystemInt32
步长
iMinValue
类型: SystemInt32
最小值
iMaxValue
类型: SystemInt32
最大值
bCycle
类型: SystemBoolean
是否循环
参见