Dicom.Imaging.LUT.InvertLUT.this C# (CSharp) 메소드

this() 공개 메소드

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