ConstDouble constructor
ConstDouble(
- double value
Creates a new double constant with the given value.
@param value The double value this constant represents
Implementation
ConstDouble(super.value);
Creates a new double constant with the given value.
@param value The double value this constant represents
ConstDouble(super.value);