MyMediaLite.Data.StaticByteRatings.this C# (CSharp) 메소드

this() 공개 메소드

public this ( int index ) : double
index int
리턴 double
        public override double this[int index]
        {
            get {
                return (double) byte_values[index];
            }
            set {
                throw new NotSupportedException();
            }
        }

Same methods

StaticByteRatings::this ( int user_id, int item_id ) : double