Infer.NET Documentation
Constant<(Of <(T>)>) Method (value, r1, r2)
Infer.NET code documentationMicrosoftResearch.Infer.ModelsVariableConstant<(Of <(T>)>)(array<array<T>[]()[]>[]()[], Range, Range)
Microsoft Research, Cambridge
Defines a constant which is a 2-D jagged array
Declaration Syntax
C#Visual BasicVisual C++
public static VariableArray<VariableArray<T>, T[][]> Constant<T>(
	T[][] value,
	Range r1,
	Range r2
)
Public Shared Function Constant(Of T) ( _
	value As T()(), _
	r1 As Range, _
	r2 As Range _
) As VariableArray(Of VariableArray(Of T), T()())
public:
generic<typename T>
static VariableArray<VariableArray<T>^, array<array<T>^>^>^ Constant(
	array<array<T>^>^ value, 
	Range^ r1, 
	Range^ r2
)
Generic Template Parameters
T
The element type
Parameters
value (array< array< T >[]()[] >[]()[])
The constant array
r1 (Range)
The range associated with the first index
r2 (Range)
The range associated with the second index
Return Value
A new constant jagged array variable.

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