2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2026-04-04 04:18:22 +00:00
This commit is contained in:
2023-04-04 18:38:28 +03:00
parent 5966598c9f
commit 0ceaee88aa
6 changed files with 76 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ namespace Esiur.Analysis.Coding
return ToString().GetHashCode();
}
public int Length => Word.Length;
public static CodeWord<Base2> FromByte(byte b)
{