PrecalculatedLookUpTable

PrecalculatedLookUpTable class

Fake Look-Up table, used to minimize number of recalculations.

public sealed class PrecalculatedLookUpTable : ILookUpTable

Constructors

NameDescription
PrecalculatedLookUpTable(ILookUpTable, int, int)Initialize a new instance of the PrecalculatedLookUpTable.

Properties

NameDescription
IsValid { get; }
Item { get; }
Maximum { get; }
Minimum { get; }

Methods

NameDescription
Recalculate()

See Also