Dsl (Digital Simulation Library) for .Net
アッセンブリー: Dsl (in Dsl.dll)
正常終了すれば RESULT.OK。
DeterminateOrder()で決定された計算順序に従って、時刻 Time から endTime まで刻み Step で計算します。
TimeLimit には endTime が代入されます。
名前空間: Dslアッセンブリー: Dsl (in Dsl.dll)
構文
C# |
---|
public RESULT Run( double endTime ) |
Visual Basic |
---|
Public Function Run ( endTime As Double ) As RESULT |
Visual C++ |
---|
public: RESULT Run( double endTime ) |
Parameters
- endTime
- タイプ: System..::..Double
計算終了時刻
Return Value
タイプ: RESULT正常終了すれば RESULT.OK。