IFast Func<T1, T2, T3, T4, T5, T6, TResult>.Invoke Method
Invokes the function.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The result of the function.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
TResult Invoke(
T1 argument1,
T2 argument2,
T3 argument3,
T4 argument4,
T5 argument5,
T6 argument6
)
Parameters
- argument1 T1
- The first argument to the function.
- argument2 T2
- The second argument to the function.
- argument3 T3
- The third argument to the function.
- argument4 T4
- The fourth argument to the function.
- argument5 T5
- The fifth argument to the function.
- argument6 T6
- The sixth argument to the function.
Return Value
TResultThe result of the function.