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