Delegate FuncOut<T1, T2, TOut, TResult>
Namespace: Microsoft.ML.Probabilistic.Models
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public delegate TResult FuncOut<in T1, in T2, TOut, out TResult>(T1 arg, T2 arg2, out TOut output);
Parameters
Type | Name | Description |
---|---|---|
T1 | arg | |
T2 | arg2 | |
TOut | output |
Returns
Type | Description |
---|---|
TResult |
Type Parameters
Name | Description |
---|---|
T1 | |
T2 | |
TOut | |
TResult |