IFastFunc<T, TResult>.Invoke Method

Invokes the function.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
TResult Invoke(
	T argument
)

Parameters

argument  T
The argument to the function.

Return Value

TResult
The result of the function.

See Also