IFast Func 2<T, TResult1, TResult2>.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 as a tuple.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
(TResult1 , TResult2 ) Invoke(
T argument
)
Parameters
- argument T
- The argument to the function.
Return Value
ValueTuple<TResult1, TResult2>The result of the function as a tuple.