ComparisonDiagramElement
StockSharp.Diagram.Elements
2つの値比較要素。
継承元: DiagramElement
コンストラクター
ComparisonDiagramElement
public ComparisonDiagramElement()
comparisonDiagramElement = ComparisonDiagramElement()
ComparisonDiagramElement の新規インスタンスを初期化します。
プロパティ
IconName
public override string IconName { get; }
value = comparisonDiagramElement.IconName
リソース名をアイコン化します。
LeftValue
public DiagramSocket LeftValue { get; set; }
value = comparisonDiagramElement.LeftValue
comparisonDiagramElement.LeftValue = value
左のオペランド。
Operator
public ComparisonOperator? Operator { get; set; }
value = comparisonDiagramElement.Operator
comparisonDiagramElement.Operator = value
オペレータ。
RightValue
public DiagramSocket RightValue { get; set; }
value = comparisonDiagramElement.RightValue
comparisonDiagramElement.RightValue = value
右オペランド。
メソッド
OnPrepare
protected override void OnPrepare()
comparisonDiagramElement.OnPrepare()
ダイアグラム要素アルゴリズムの起動の準備
OnProcess
protected override void OnProcess(DateTime time, IDictionary<DiagramSocket, DiagramSocketValue> values, DiagramSocketValue source)
comparisonDiagramElement.OnProcess(time, values, source)
メソッドは、新しい着信値の処理で呼び出されます。
- time
- タイム。
- values
- 値。
- source
- ソース値。