ConstDouble constructor

ConstDouble(
  1. double value
)

Creates a new double constant with the given value.

@param value The double value this constant represents

Implementation

ConstDouble(super.value);