Dsl (Digital Simulation Library) for .Net
アッセンブリー: Dsl (in Dsl.dll)
常微分方程式の解法を指定します。
詳細はINTEGRATORを参照してください。
名前空間: Dslアッセンブリー: Dsl (in Dsl.dll)
構文
C# |
---|
public INTEGRATOR IntegrationMethod { get; set; } |
Visual Basic |
---|
Public Property IntegrationMethod As INTEGRATOR Get Set |
Visual C++ |
---|
public: property INTEGRATOR IntegrationMethod { INTEGRATOR get (); void set (INTEGRATOR value); } |