Infer.NET Documentation
Array<(Of <(T>)>) Method (r)
Infer.NET code documentationMicrosoftResearch.Infer.ModelsVariableArray<(Of <(T>)>)(Range)
Microsoft Research, Cambridge
Creates a 1D array of variables of size given by the specified range.
Declaration Syntax
C#Visual BasicVisual C++
public static VariableArray<T> Array<T>(
	Range r
)
Public Shared Function Array(Of T) ( _
	r As Range _
) As VariableArray(Of T)
public:
generic<typename T>
static VariableArray<T>^ Array(
	Range^ r
)
Generic Template Parameters
T
Parameters
r (Range)

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