Dsl (Digital Simulation Library) for .Net
アッセンブリー: Dsl (in Dsl.dll)
代数計算実行後に呼ばれる delegate です。
Run()が代数計算実行後に呼び出します。
代数計算は各積分ステップ毎に計算されるので終了時間に達するまで繰り返し呼び出されます。
詳細はOnAfterAlgebraicComputationを参照してください。
名前空間: Dslアッセンブリー: Dsl (in Dsl.dll)
構文
C# |
---|
public Processor..::..AtAfterAlgebraicComputation AfterAlgebraicComputation { get; set; } |
Visual Basic |
---|
Public Property AfterAlgebraicComputation As Processor..::..AtAfterAlgebraicComputation Get Set |
Visual C++ |
---|
public: property Processor..::..AtAfterAlgebraicComputation^ AfterAlgebraicComputation { Processor..::..AtAfterAlgebraicComputation^ get (); void set (Processor..::..AtAfterAlgebraicComputation^ value); } |