mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-07-26 18:52:20 +00:00
10 lines
262 B
C#
10 lines
262 B
C#
namespace SabreTools.Models.Compression.Quantum
|
|
{
|
|
/// <see href="http://www.russotto.net/quantumcomp.html"/>
|
|
public sealed class ModelSymbol
|
|
{
|
|
public ushort Symbol { get; set; }
|
|
|
|
public ushort CumulativeFrequency { get; set; }
|
|
}
|
|
} |