Hugin .NET API Reference Library
GetBelief Method (state)
Namespaces > HAPI > DiscreteNode > GetBelief(UInt64)
Returns the belief for the specified state of this DiscreteNode.
public h_number_t GetBelief(size_t state)
Syntax
C#Visual BasicManaged C++
public float GetBelief (
	ulong state
)
Public Function GetBelief ( _
	state As ULong _
) As Single
public:
float GetBelief (
	unsigned long long state
)
Parameters
state (UInt64)
a value representing which state to examine.
Return Value
A real number representing the belief.
Remarks
Note that if findings have been entered since the most recent propagation, the beliefs returned may not be up-to-date.
Exceptions
ExceptionCondition
ExceptionHugin

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