Called by the Iterate methods to indicate a new iteration / combination.

Namespace:  BayesServer
Assembly:  BayesServer (in BayesServer.dll)
Version: 2.2.0.0 (2.2.0.0)

Syntax

C#
public delegate void Combination()
Visual Basic (Declaration)
Public Delegate Sub Combination
Visual C++
public delegate void Combination()

See Also