DataFormula.IsEmptyPointIgnored 属性

定义

获取或设置指示在执行计算时是否忽略空点的标志。

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

属性值

Boolean

如果忽略空点,则为 true;否则为 false

注解

返回值为 true ,计算过程中将忽略空点。 否则,空点将被视为零。

适用于