ImageGear23.Core Assembly > ImageGear.Core Namespace > ImGearFullLUT Class > GetTableIndex Method : GetTableIndex(Int32) Method |
'Declaration Public Overloads Function GetTableIndex( _ ByVal inputValue As Integer _ ) As UInteger
'Usage Dim instance As ImGearFullLUT Dim inputValue As Integer Dim value As UInteger value = instance.GetTableIndex(inputValue)
public uint GetTableIndex( int inputValue )
public: uint GetTableIndex( int inputValue )
public: uint GetTableIndex( int inputValue )
For example, if input depth is 12, and input value is -1, table index is 4096 - 1 = 4095.