C# Class SmartQuant.FinChart.PadRange

Show file Open project: fastquant/fastquant.dll

Protected Properties

Property Type Description
isValid bool

Public Methods

Method Description
PadRange ( double min, double max ) : System

Method Details

PadRange() public method

public PadRange ( double min, double max ) : System
min double
max double
return System

Property Details

isValid protected property

protected bool isValid
return bool