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