Gets or sets the number of steps to divide a problem into for a homotopic calculation. Dimensionless - .
Read-write property
[Visual Basic .NET] |
---|
Public Property HomotopySteps() As Integer |
[C#] |
---|
public int HomotopySteps {get; set;} |
[Managed C++] |
---|
public: __property int get_HomotopySteps(); |
[Unmanaged C++] |
---|
public: HRESULT get_HomotopySteps( long * pVal ); public: HRESULT put_HomotopySteps( long newVal ); |
[Java] |
---|
public int getHomotopySteps(); public void setHomotopySteps( int ); |