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