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