Namespace: Rx::LFR – Class: CParameters – Header: Rx.LFR/Parameters.h

CParameters::GetValueRange Method

C++
void GetValueRange(TEnum eID, double& dMin, double& dMax)

Gets the valid range of the value that can be set to the given non-array parameter.

Parameters

[TEnum] eID

[in] The parameter ID.

[double&] dMin

[out] The minimum value.

[double&] dMax

[out] The maximum value.