IFastFunc<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.0
C#
public interface IFastFunc<out TResult>

Type Parameters

TResult
The type of the result.

Methods

Invoke Invokes the function.

See Also