天软金融分析.NET函数大全 > 金融报表分析 > 01.个股 > 1.08财务数据 > 中间函数

comparewithfirstreport_new    

简述
定基比分析。
定义
comparewithfirstreport_new(t:Array;ISHB:Integer;ShowStyle:Integer):Array
参数
名称类型说明
tArray数组。数据表。
ISHBInteger整数。是否按季度显示。
ShowStyleInteger整数。显示设置,取值如下:
显示名 取值
显示结果和比值 0
只显示结果 1
只显示比值 2
返回Array数组。数据表定基比分析结果。
  • 范例

    //万科A利润分配表的定基比分析
    t:=InterestDistribute("SZ000002",0);
    return CompareWithFirstReport_New(t,0,1);
相关