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