mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-15 17:18:05 +00:00
cleanup
This commit is contained in:
@@ -21,11 +21,7 @@ public class Mode : AbstractBase
|
||||
/// <exception cref="ArgumentOutOfRangeException">
|
||||
/// Thrown when period is less than 1.
|
||||
/// </exception>
|
||||
<<<<<<< HEAD
|
||||
public Mode(int period) : base()
|
||||
=======
|
||||
public Mode(int period)
|
||||
>>>>>>> dev
|
||||
{
|
||||
if (period < 1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user