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

this() public method

public this ( int value ) : int
value int
return int
        public int this[int value]
        {
            get { return _table[value + _offset]; }
        }