'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Boolean, _
ByVal As Integer, _
ByVal As Boolean _
)
'Usage
Dim inputDepth As Integer
Dim inputIsSigned As Boolean
Dim outputDepth As Integer
Dim outputIsSigned As Boolean
Dim instance As New ImGearFullLUT(inputDepth, inputIsSigned, outputDepth, outputIsSigned)