Description
The number of steps to divide a problem into for a homotopic calculation. Dimensionless - .
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property HomotopySteps() As Integer
|
| [C#] |
|---|
public int HomotopySteps {get; set;}
|
| [Managed C++] |
|---|
public: __property int get_HomotopySteps(); public: __property void set_HomotopySteps( int );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_HomotopySteps( long * pRetVal ); public: HRESULT put_HomotopySteps( long NewHomotopySteps );
|
| [Java] |
|---|
public int getHomotopySteps();public void setHomotopySteps( int );
|
See Also