True if the LUT is supposed to apply to signed data
public System.bool SignedInput {get;}
public read-only property SignedInput: System.Boolean;
public function get SignedInput : System.boolean
public: __property System.bool get_SignedInput();
public:
property System.bool SignedInput {
System.bool get();
}
'Declaration
Public ReadOnly Property SignedInput As System.Boolean
'Usage
Dim instance As LookupTable
Dim value As System.Boolean
value = instance.SignedInput
Target Platforms: .NET CLR 4.8 or higher