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






In This Topic
    MinValue Property
    In This Topic
    The source value mapped to the first value in the LUT
    Syntax
    'Declaration
     
    
    Public ReadOnly Property MinValue As System.Integer
    'Usage
     
    
    Dim instance As LookupTable
    Dim value As System.Integer
     
    value = instance.MinValue
    public System.int MinValue {get;}
    public read-only property MinValue: System.Integer; 
    public function get MinValue : System.int
    public: __property System.int get_MinValue();
    public:
    property System.int MinValue {
       System.int get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also