Hugin .NET API Reference Library
GetExpectedUtility Method (state)
Namespaces > HAPI > DiscreteNode > GetExpectedUtility(UInt64)
Returns the expected utility associated with the specified action (state).
public h_number_t GetExpectedUtility(size_t state)
Syntax
C#Visual BasicManaged C++
public float GetExpectedUtility (
	ulong state
)
Public Function GetExpectedUtility ( _
	state As ULong _
) As Single
public:
float GetExpectedUtility (
	unsigned long long state
)
Parameters
state (UInt64)
value designating which state to examine.
Return Value
value expressing the expected utility associated with state.
Exceptions
ExceptionCondition
ExceptionHugin

Assembly: hugincs-8.6-2.0-x64 (Module: hugincs-8.6-2.0-x64)