IFast Func<TResult> Interface
Represents a function with no 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<out TResult>
Type Parameters
- TResult
- The type of the result.
Methods
Invoke | Invokes the function. |