Constructor NoInterpIntParameter
NoInterpIntParameter(int, bool)
Creates a new NoInterpIntParameter instance.
Declaration
public NoInterpIntParameter(int value, bool overrideState = false)
Parameters
Type | Name | Description |
---|---|---|
int | value | The initial value to store in the parameter. |
bool | overrideState | The initial override state for the parameter. |