Infer.NET Documentation
GetOutputMessage<(Of <(T>)>) Method (variableName)
Infer.NET code documentationMicrosoftResearch.InferCompiledAlgorithmGetOutputMessage<(Of <(T>)>)(String)
Microsoft Research, Cambridge
Get the output message for a given variable
Declaration Syntax
C#Visual BasicVisual C++
public T GetOutputMessage<T>(
	string variableName
)
Public Function GetOutputMessage(Of T) ( _
	variableName As String _
) As T
public:
generic<typename T>
T GetOutputMessage(
	String^ variableName
)
Generic Template Parameters
T
The type of the message
Parameters
variableName (String)
The variable name
Return Value
The output essage

Assembly: Infer.Compiler (Module: Infer.Compiler) Version: 2.3.41111.0 (2.3.41111.0)