MyMediaLite.Data.StaticByteRatings.this C# (CSharp) Method

this() public method

public this ( int index ) : double
index int
return 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