ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearLUT Class / InputIsSigned Property




In This Topic
InputIsSigned Property (ImGearLUT)
In This Topic
Gets a value indicating whether LUT input values are signed.
Syntax
'Declaration
 
Public MustOverride ReadOnly Property InputIsSigned As Boolean
 
'Usage
 
Dim instance As ImGearLUT
Dim value As Boolean
 
value = instance.InputIsSigned

Property Value

Boolean value.
See Also