Dicom.Imaging.LUT.InvertLUT.this C# (CSharp) Method

this() public method

public this ( int value ) : int
value int
return int
        public int this[int value]
        {
            get { return _maxValue - value; }
        }