C# 클래스 Forex_Strategy_Builder.NumericParam

Describes a parameter represented by means of a NumericUpDown control.
파일 보기 프로젝트 열기: nuggett11/Forex-Strategy-Builder 1 사용 예제들

공개 메소드들

메소드 설명
AnotherValueToString ( double dAnotherValue ) : string

Gets the corrected value of parameter as a string.

Clone ( ) : NumericParam

Returns a copy

NumericParam ( ) : System

The default constructor.

메소드 상세

AnotherValueToString() 공개 메소드

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

Clone() 공개 메소드

Returns a copy
public Clone ( ) : NumericParam
리턴 NumericParam

NumericParam() 공개 메소드

The default constructor.
public NumericParam ( ) : System
리턴 System