Param([double value = 0.0 ])

Creates a new Param with the specified constant value.

Source

Param([double value = 0.0]) : variable = new Variable(value) {
  variable._owner = this;
}