mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-16 09:38:05 +00:00
Sonarcloud fixes
This commit is contained in:
@@ -6,7 +6,7 @@ using System.Linq;
|
||||
// Shannon's Entropy calculation
|
||||
public class Entropy : AbstractBase
|
||||
{
|
||||
public readonly int Period;
|
||||
private readonly int Period;
|
||||
private readonly CircularBuffer _buffer;
|
||||
|
||||
public Entropy(int period)
|
||||
|
||||
Reference in New Issue
Block a user