OEDoubleParameter

class OEDoubleParameter : public OEPODParameter<double>

The OEDoubleParameter represents parameter that has double value.

Following methods are publicly inherited from OEParameter:
Following methods are publicly inherited from OETypedParameter:
Following methods are publicly inherited from OEPODParameter:

Constructors

OEDoubleParameter(name: str) -> OEDoubleParameter
OEDoubleParameter(name: str, defValue: float) -> OEDoubleParameter
OEDoubleParameter() -> OEDoubleParameter
OEDoubleParameter(arg2: OEDoubleParameter) -> OEDoubleParameter

Default and copy constructors.

Constructs an OEDoubleParameter instance using the specified set of parameters.