double CalcNodeValue_bn ( node_bn*  node )

Returns the real-valued finding entered for node if one has been entered, or the real value calculated from its neighbors if that can be done deterministically (e.g., by equation or function table), or else UNDEF_DBL.

If node is not a continuous node, and doesn't have a levels list defined (see SetNodeLevels_bn), then an error is generated (then use CalcNodeState_bn instead).

Version:

Versions 1.18 and later have this function.
In versions previous to 2.10, this function was named GetNodeCalcValue_bn.

See also:

CalcNodeState_bn    For discrete nodes
GetNodeValueEntered_bn    Doesn't do deterministic propagation