Description
Use global perturbation size for calculating
gradients.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property UseGlobalPerturbationSize() As Boolean
|
| [C#] |
public bool UseGlobalPerturbationSize {get; set;}
|
| [Managed C++] |
public: __property bool get_UseGlobalPerturbationSize();
public: __property void set_UseGlobalPerturbationSize(
bool
);
|
| [Unmanaged C++] |
public: HRESULT get_UseGlobalPerturbationSize(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseGlobalPerturbationSize(
VARIANT_BOOL NewUseGlobalPerturbationSize
);
|
| [Java] |
public bool getUseGlobalPerturbationSize();public void setUseGlobalPerturbationSize(
bool
);
|
See Also