OHyMoS.NET Class Library

OhElement._calReqP フィールド

下流側が計算しようとしたのに計算できない原因がこの要素にあるときに、 _calReqP = true に設定されるようにします。 そして、OhElement は _calReqP = true のときは計算するように努力します。 _calReqP はこのクラスで始めて追加されたメンバ変数です。 このクラスのオブジェクトを作ったときには _calReqP は false に初期化されます。

Flag of request of calculation. Initial value is NO. When a cause incalculable although the lower-stream-of-a-river side tended to calculate is in this element, it is made to be set as "_calReqP = true". And, "OhElement" tries to calculate hard at the time of "_calReqP = true".
protected internal bool _calReqP;

参照

OhElement クラス | OhymosNet 名前空間