DicomObjects.NET.V8
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 Boolean
    'Usage
     
    Dim instance As LookupTable
    Dim value As Boolean
     
    value = instance.SignedInput
    public bool SignedInput {get;}
    public:
    property bool SignedInput {
       bool get();
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also