IFastFunc2<T1, T2, TResult1, TResult2>.Invoke Method

Invokes the function.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
(TResult1 , TResult2 ) Invoke(
	T1 argument1,
	T2 argument2
)

Parameters

argument1  T1
The first argument to the function.
argument2  T2
The second argument to the function.

Return Value

ValueTuple<TResult1, TResult2>
The result of the function.

See Also