Click or drag to resize
ExchangeRateInfoProviderApplyExchangeRateInternal Method
Returns the value modified using the given exchange rate.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual double ApplyExchangeRateInternal(
	double value,
	double rate
)

Parameters

value
Type: SystemDouble
Value the exchange rate should be applied to
rate
Type: SystemDouble
Exchange rate value

Return Value

Type: Double
See Also