[]
Initializes a new instance of the Variable2 class.
public static Variable2 Create(Manager2 manager, double initialValue = 0)
Type | Name | Description |
---|---|---|
Manager2 | manager | |
double | initialValue |
Type | Description |
---|---|
Variable2 |
Initializes a new instance of the Variable2 class.
public static Variable2 Create(Manager2 manager, double[] initialValue, int cDimension)
Type | Name | Description |
---|---|---|
Manager2 | manager | |
double[] | initialValue | |
int | cDimension |
Type | Description |
---|---|
Variable2 |