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