IFast Func 2<T, TResult1, TResult2> Interface
Represents a function with one parameter that returns two results.
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 IFastFunc2<in T, TResult1, TResult2>
Type Parameters
- T
- The type of the first parameter.
- TResult1
- The type of the first result.
- TResult2
- The type of the second result.
Methods
Invoke | Invokes the function. |