Afirma + documentation +semver: patch

This commit is contained in:
Miha Kralj
2024-09-24 16:41:26 -07:00
parent 07efb4b0de
commit 133c65ceaf
250 changed files with 14425 additions and 713 deletions
+2 -2
View File
@@ -7,9 +7,9 @@ using System.Linq;
public class Entropy : AbstractBase
{
public readonly int Period;
private readonly CircularBuffer _buffer;
private CircularBuffer _buffer;
public Entropy(int period)
public Entropy(int period) : base()
{
if (period < 2)
{