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

CParameters::GetValueRange Method

C++
void GetValueRange(TEnum eID, size_t& nArrayLenMin, size_t& nArrayLenMax, unsigned& uMin, unsigned& uMax)

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

Parameters

[TEnum] eID

[in] The parameter ID.

[size_t&] nArrayLenMin

[out] The minimum array length.

[size_t&] nArrayLenMax

[out] The maximum array length.

[unsigned&] uMin

[out] The minimum value of each array element.

[unsigned&] uMax

[out] The maximum value of each array element.