Creates a new Param with the specified constant value.
Param([double value = 0.0]) : variable = new Variable(value) { variable._owner = this; }