IFast Func<T1, T2, T3, T4, T5, T6, TResult> Interface
Represents a function with six parameters that returns a result.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public interface IFastFunc<in T1, in T2, in T3, in T4, in T5, in T6, out TResult>
Type Parameters
- T1
- The type of the first parameter.
- T2
- The type of the second parameter.
- T3
- The type of the third parameter.
- T4
- The type of the fourth parameter.
- T5
- The type of the fifth parameter.
- T6
- The type of the sixth parameter.
- TResult
- The type of the result.
Methods
Invoke | Invokes the function. |