Click or drag to resize
ABConversionRateIntervalVisualizer Constructor
Constructor.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public ABConversionRateIntervalVisualizer(
	double min,
	double range,
	ABConversionRateInterval challengerInterval,
	ABConversionRateInterval originalInterval
)

Parameters

min
Type: SystemDouble
Minimum lower bound of all conversion rate intervals for the test
range
Type: SystemDouble
Range of all conversion rate intervals for the test
challengerInterval
Type: CMS.OnlineMarketingABConversionRateInterval
Variant conversion rate interval
originalInterval
Type: CMS.OnlineMarketingABConversionRateInterval
Original conversion rate interval
See Also