DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / LookupTable Class / SignedInput Property






In This Topic
    SignedInput Property
    In This Topic
    True if the LUT is supposed to apply to signed data
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SignedInput As System.Boolean
    'Usage
     
    
    Dim instance As LookupTable
    Dim value As System.Boolean
     
    value = instance.SignedInput
    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();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also