[]
Modifies the data of this condition value.
void Modify(CfValueType type, double value)
Sub Modify(type As CfValueType, value As Double)
Type | Name | Description |
---|---|---|
CfValueType | type | A CfValueType value indicates the type of condition value. |
double | value | A double value indicates the numeric value of the condition value. |
Modifies the data of this condition value.
void Modify(CfValueType type, string formula)
Sub Modify(type As CfValueType, formula As String)
Type | Name | Description |
---|---|---|
CfValueType | type | A CfValueType value indicates the type of condition value. |
string | formula | A string value indicates the formula of the condition value. |
Because formula
is also used for primitive value, the formula must start with "=".