Click or drag to resize
ABConversionRateInterval Constructor
Constructor.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public ABConversionRateInterval(
	double conversionRateLowerBound,
	double conversionRateUpperBound
)

Parameters

conversionRateLowerBound
Type: SystemDouble
Conversion rate lower bound. Argument must be larger than 0 and lower than 1.
conversionRateUpperBound
Type: SystemDouble
Conversion rate upper bound. Argument must be larger than 0 and lower than 1.
See Also