C# Class Forex_Strategy_Builder.NumericParam

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

Méthodes publiques

Méthode 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 méthode

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

Clone() public méthode

Returns a copy
public Clone ( ) : NumericParam
Résultat NumericParam

NumericParam() public méthode

The default constructor.
public NumericParam ( ) : System
Résultat System