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 * pVal
);
public: HRESULT put_Perturbation(
VARIANT newVal
);
|
| [Java] |
|---|
public AgVariant getPerturbation();
public void setPerturbation(
AgVariant
);
|
| [Python - STK API] |
|---|
@property
def Perturbation(self) -> typing.Any:
@Perturbation.setter
def Perturbation(self, newVal:typing.Any) -> None:
|
See Also