mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-15 09:08:04 +00:00
Refactor: Update variable declarations for consistency and clarity across multiple files
This commit is contained in:
@@ -99,8 +99,8 @@ public class TSeries : IReadOnlyList<TValue>, ITValuePublisher
|
||||
}
|
||||
else
|
||||
{
|
||||
_t = new List<long>(time);
|
||||
_v = new List<double>(values);
|
||||
_t = [..time];
|
||||
_v = [..values];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user