Description
If true, the integral's integrand value is replaced by a constant 0 so that the integral remains constant over the gaps in integration.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property KeepConstantOutsideTimeLimits() As Boolean
|
| [C#] |
|---|
public bool KeepConstantOutsideTimeLimits {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_KeepConstantOutsideTimeLimits(); public: __property void set_KeepConstantOutsideTimeLimits( bool );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_KeepConstantOutsideTimeLimits( VARIANT_BOOL * pRetVal ); public: HRESULT put_KeepConstantOutsideTimeLimits( VARIANT_BOOL NewKeepConstantOutsideTimeLimits );
|
| [Java] |
|---|
public bool getKeepConstantOutsideTimeLimits(); public void setKeepConstantOutsideTimeLimits( bool );
|
See Also