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
             
        
            
            public abstract bool InputIsSigned {get;}
             
        
            
            public: __property abstract bool get_InputIsSigned();
             
        
            
            public:
abstract property bool InputIsSigned {
   bool get();
}
             
        
             
        
            
            
            Property Value
Boolean value.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also