C# 클래스 Forex_Strategy_Builder.IndicatorParam

Describes an indicator fully
파일 보기 프로젝트 열기: nuggett11/Forex-Strategy-Builder 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : IndicatorParam

Returns a copy

IndicatorParam ( ) : System

Creates an empty parameter.

ToString ( ) : string

Represents the indicator parameters in a readable form.

메소드 상세

Clone() 공개 메소드

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

IndicatorParam() 공개 메소드

Creates an empty parameter.
public IndicatorParam ( ) : System
리턴 System

ToString() 공개 메소드

Represents the indicator parameters in a readable form.
public ToString ( ) : string
리턴 string