Infer.NET Documentation
GetDomainType Method
Infer.NET code documentationMicrosoftResearch.Infer.ModelsVariableGetDomainType()()()
Microsoft Research, Cambridge
Gets the domain type of a Variable<T>
Declaration Syntax
C#Visual BasicVisual C++
public Type GetDomainType()
Public Function GetDomainType As Type
public:
Type^ GetDomainType()
Return Value
The type parameter T of Variable<T>
Remarks
this must be a Variable<T>

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