'DeclarationPublic Function New( _ ByVal MinValue As Integer, _ ByVal Bits As Integer, _ ByVal SignedInput As Boolean, _ ByVal Data As Array _ )
'UsageDim MinValue As Integer Dim Bits As Integer Dim SignedInput As Boolean Dim Data As Array Dim instance As New LookupTable(MinValue, Bits, SignedInput, Data)
Parameters
- MinValue
- The source value mapped to the first value in the LUT
- Bits
- The number of bits in the LUT data
- SignedInput
- True if the LUT is supposed to apply to signed data
- Data
- The LUT data