mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-12 23:58:04 +00:00
refactor: Simplify TSeries and Dema constructors, and streamline benchmark methods for improved readability
This commit is contained in:
@@ -20,10 +20,8 @@ namespace QuanTAlib;
|
||||
|
||||
public event Action<TValue>? Pub;
|
||||
|
||||
public TSeries()
|
||||
public TSeries() : this(0)
|
||||
{
|
||||
_t = new List<long>();
|
||||
_v = new List<double>();
|
||||
}
|
||||
|
||||
public TSeries(int capacity)
|
||||
|
||||
Reference in New Issue
Block a user