Description
The value to be used in calculating numerical derivatives. Dimension depends on context.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Perturbation() As System.Object
|
| [C#] |
|---|
public System.Object Perturbation {get; set;}
|
| [Managed C++] |
|---|
public: __property VARIANT get_Perturbation(); public: __property void set_Perturbation( VARIANT );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Perturbation( VARIANT * pRetVal ); public: HRESULT put_Perturbation( VARIANT NewPerturbation );
|
| [Java] |
|---|
public Variant getPerturbation();public void setPerturbation( Variant );
|
See Also