MyMediaLite
Utils.Memoize<A, R> Method (Func<A, R>)
Syntax
Collapse All
Memoize a function
Declaring type:
Utils
Namespace:
MyMediaLite.Util
Assembly:
MyMediaLite
Syntax
C#
public static Func<A, R> Memoize<A, R> ( Func<A, R>
f
)
Type Parameters
A
There is no description.
R
There is no description.
Parameters
f
The function to memoize
Return Value
a version of the function that remembers past function results
Top
Generated by
ImmDoc .NET
.