ImageGear .NET v25.1 - Updated
OutputIsSigned Property (ImGearLUT)




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearLUT Class : OutputIsSigned Property
Gets a value indicating whether LUT output values are signed.
Syntax
'Declaration
 
Public MustOverride ReadOnly Property OutputIsSigned As Boolean
'Usage
 
Dim instance As ImGearLUT
Dim value As Boolean
 
value = instance.OutputIsSigned
public abstract bool OutputIsSigned {get;}
public: __property abstract bool get_OutputIsSigned();
public:
abstract property bool OutputIsSigned {
   bool get();
}

Property Value

Boolean value.
See Also

Reference

ImGearLUT Class
ImGearLUT Members