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