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