Inheritance: EbmlGeneric
 public override EbmlGeneric New()
 {
     EbmlFloat b = new EbmlFloat();
     b.Id = Id;
     b.InputOffset = InputOffset;
     b.Value = Value;
     b.Weight = Weight;
     return b;
 }
        public override EbmlGeneric New()
        {
            EbmlFloat b = new EbmlFloat();

            b.Id          = Id;
            b.InputOffset = InputOffset;
            b.Value       = Value;
            b.Weight      = Weight;
            return(b);
        }