'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 )
Parameters
- inputValue
- LUT input value.
Return Value
Integer number.