ABConversionRateInterval Constructor |
Constructor.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax 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