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 * pVal
);
public: HRESULT put_HomotopySteps(
long newVal
);
|
[Java] |
---|
public int getHomotopySteps();
public void setHomotopySteps(
int
);
|
[Python - STK API] |
---|
@property
def HomotopySteps(self) -> int:
@HomotopySteps.setter
def HomotopySteps(self, newVal:int) -> None:
|
See Also