DicomObjects.NET.8.48 Documentation
DicomObjects.DicomCodecs Namespace / DicomCodecBaseArguments Class / isSigned Property






In This Topic
    isSigned Property
    In This Topic
    Sign of the data
    Syntax
    'Declaration
     
    
    Public ReadOnly Property isSigned As System.Boolean
    'Usage
     
    
    Dim instance As DicomCodecBaseArguments
    Dim value As System.Boolean
     
    value = instance.isSigned
    public System.bool isSigned {get;}
    public read-only property isSigned: System.Boolean; 
    public function get isSigned : System.boolean
    public: __property System.bool get_isSigned();
    public:
    property System.bool isSigned {
       System.bool get();
    }
    Remarks

    0 = unsigned

    1 = signed

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also