DataFormula 類別

定義

提供屬性與方法以備妥數列資料以進行技術分析、在數列資料上套用公式,以及備妥待顯示為圖表之輸出資料。 實際的計算會以 StatisticFormula 類別執行。

public ref class DataFormula
public class DataFormula
type DataFormula = class
Public Class DataFormula
繼承
DataFormula
衍生

建構函式

DataFormula()

初始化 DataFormula 類別的新執行個體。

屬性

IsEmptyPointIgnored

取得或設定旗標,指出是否在執行計算時忽略空資料點。

IsStartFromFirst

取得或設定旗標,指出是否要從零開始公式,例如滾動平均數。

Statistics

傳回 StatisticFormula 類別的參考。

方法

CopySeriesValues(String, String)

合併、分割或者移動數列中的 Y 值。

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
FinancialFormula(FinancialFormula, Series)

利用指定的公式名稱與輸入數列,從公式模組呼叫方法。

FinancialFormula(FinancialFormula, Series, Series)

利用指定的公式名稱、輸入數列與輸出數列,從公式模組呼叫方法。

FinancialFormula(FinancialFormula, String)

利用指定的公式名稱與輸入數列名稱,從公式模組呼叫方法。

FinancialFormula(FinancialFormula, String, Series, Series)

利用指定的公式名稱、公式參數、輸入數列與輸出數列,從公式模組呼叫方法。

FinancialFormula(FinancialFormula, String, String)

利用指定的公式名稱、輸入數列名稱與輸出數列名稱,從公式模組呼叫方法。

FinancialFormula(FinancialFormula, String, String, String)

利用指定的公式名稱、公式參數、輸入數列名稱與輸出數列名稱,從公式模組呼叫方法。

GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於