天软金融分析.NET函数大全
>
金融函数
>
金融工程
>
指数研究
>
中间函数
FileterValue
复制链接
简述
找出需要过滤处理的日期
定义
FileterValue(v:TableArray;w:Array):TableArray
参数
名称
类型
说明
v
TableArray
数据表,必须含有’time’字段
w
Array
一维日期型时间数组
返回
TableArray
找出需要过滤处理的日期
范例
v:=array(('s':0,'time':41201),('s':6,'time':41202),('s':2,'time':41203),('s':8,'time':41204),('s':2,'time':41207),('s':3,'time':41208));
w:=array(41101,41202,41205,41206,41207,41209);
FileterValue(v,w);
//结果:
相关
DeleteDataOutOfScopes
FileterValue
FilterValueByCycle
GetMaxListedDate
IndexDataToShowable
IndexLineMerge
KLineMerge
KLineDataForIndex
ManyBkLineMerge
SetToFirstValue
VolDataForIndex