天软金融分析.NET函数大全 > 数据仓库函数 > 判定函数

IsBalanceInfoId    

简述
是否是资产负债表指标。是则返回1,否则返回0。
定义
IsBalanceInfoId(Infold:Integer):boolean
参数
名称类型说明
InfoldInteger基本面,基本面ID
返回boolean整数
  • 范例

    return IsBalanceInfoId(44003);
    //返回:1
相关