Get the value to be used in calculating numerical derivatives. Dimension depends on context.
Read-write property
[Visual Basic .NET] |
---|
Public Property Perturbation() As System.Object |
[C#] |
---|
public System.Object Perturbation {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_Perturbation(); |
[Unmanaged C++] |
---|
public: HRESULT get_Perturbation( VARIANT * pVal ); public: HRESULT put_Perturbation( VARIANT newVal ); |
[Java] |
---|
public AgVariant getPerturbation(); public void setPerturbation( AgVariant ); |