DataFormula.IsEmptyPointIgnored 属性
定义
获取或设置指示在执行计算时是否忽略空点的标志。Gets or sets a flag that indicates whether empty points are ignored while performing calculations.
public:
property bool IsEmptyPointIgnored { bool get(); void set(bool value); };
public bool IsEmptyPointIgnored { get; set; }
member this.IsEmptyPointIgnored : bool with get, set
Public Property IsEmptyPointIgnored As Boolean
属性值
如果忽略空点,则为 true;否则为 false。true if empty points are ignored, otherwise false.
注解
返回值为 true ,计算过程中将忽略空点。Returns value is true, empty points are ignored during calculations. 否则,空点将被视为零。Otherwise, empty points are treated as zeroes.