C# Class Forex_Strategy_Builder.NumericParam

Describes a parameter represented by means of a NumericUpDown control.
Mostra file Open project: nuggett11/Forex-Strategy-Builder Class Usage Examples

Public Methods

Method Description
AnotherValueToString ( double dAnotherValue ) : string

Gets the corrected value of parameter as a string.

Clone ( ) : NumericParam

Returns a copy

NumericParam ( ) : System

The default constructor.

Method Details

AnotherValueToString() public method

Gets the corrected value of parameter as a string.
public AnotherValueToString ( double dAnotherValue ) : string
dAnotherValue double
return string

Clone() public method

Returns a copy
public Clone ( ) : NumericParam
return NumericParam

NumericParam() public method

The default constructor.
public NumericParam ( ) : System
return System