天软金融分析.NET函数大全 > 金融函数 > 金融工程 > Dev

SetRetSellPrice    

简述
设置一个“tmpSellPrice”自定义的系统变量的值
定义
SetRetSellPrice(Price:Real):Integer
参数
名称类型说明
PriceReal实数,价格
返回Integer实数
  • 范例

    SetRetSellPrice(50);
    return GetSysParam('tmpSellPrice'); //结果:50
相关