C# 클래스 SoundLibrary.Mathematics.Function.Series

Sum(累和)/Product(累積)クラスの共通基底。
상속: Function
파일 보기 프로젝트 열기: ufcpp/UfcppSample

보호된 프로퍼티들

프로퍼티 타입 설명
functions System.Collections.ArrayList

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
Series ( ) : System
Series ( ArrayList functions ) : System

비공개 메소드들

메소드 설명
AddList ( Function f ) : void

加算対象リストに関数を追加する。

AddList ( IList list ) : void

加算対象リストに関数を追加する。

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Series() 공개 메소드

public Series ( ) : System
리턴 System

Series() 공개 메소드

public Series ( ArrayList functions ) : System
functions System.Collections.ArrayList
리턴 System

프로퍼티 상세

functions 보호되어 있는 프로퍼티

protected ArrayList,System.Collections functions
리턴 System.Collections.ArrayList