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

속성 값

빈 점이 무시되면 이고, 그렇지 않으면 .입니다.

설명

반환 값은 true계산 중에 빈 점이 무시됩니다. 그렇지 않으면 빈 점이 0으로 처리됩니다.

적용 대상