mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-14 13:46:03 +00:00
10 lines
273 B
C#
10 lines
273 B
C#
namespace BurnOutSharp.Models.Compression.Quantum
|
|
{
|
|
/// <see href="http://www.russotto.net/quantumcomp.html"/>
|
|
public class ModelSymbol
|
|
{
|
|
public ushort Symbol { get; private set; }
|
|
|
|
public ushort CumulativeFrequency { get; private set; }
|
|
}
|
|
} |