Infer.NET Documentation
GetAlgorithmConversionOperator Method (channelType, alg2, isFromFactor, args)
Infer.NET code documentationMicrosoftResearch.InferIAlgorithmGetAlgorithmConversionOperator(Type, IAlgorithm, Boolean, List<(Of <(Object>)>))
Microsoft Research, Cambridge
Gets the operator which converts a message to/from another algorithm
Declaration Syntax
C#Visual BasicVisual C++
MethodReference GetAlgorithmConversionOperator(
	Type channelType,
	IAlgorithm alg2,
	bool isFromFactor,
	List<Object> args
)
Function GetAlgorithmConversionOperator ( _
	channelType As Type, _
	alg2 As IAlgorithm, _
	isFromFactor As Boolean, _
	args As List(Of Object) _
) As MethodReference
MethodReference^ GetAlgorithmConversionOperator(
	Type^ channelType, 
	IAlgorithm^ alg2, 
	bool isFromFactor, 
	List<Object^>^ args
)
Parameters
channelType (Type)
Type of message
alg2 (IAlgorithm)
The other algorithm
isFromFactor (Boolean)
True if from, false if to
args (List<(Of <(Object>)>))
Where to add arguments of the operator
Return Value
A method reference for the operator

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