Gets the collection of variables in the distribution, sorted by time (which may be null) and index.

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

Syntax

C#
VariableContextCollection SortedVariables { get; }
Visual Basic (Declaration)
ReadOnly Property SortedVariables As VariableContextCollection
Visual C++
property VariableContextCollection^ SortedVariables {
	VariableContextCollection^ get ();
}

Field Value

Variables sorted by time and index.

See Also