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

    0 = unsigned

    1 = signed

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also