Click or drag to resize
AbstractInfoProviderTInfo, TProviderRecalculateData Method
Recalculates the value in the given column using the coefficient.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual void RecalculateData(
	string columnName,
	float coefficient,
	int roundTo,
	string where
)

Parameters

columnName
Type: SystemString
Column name
coefficient
Type: SystemSingle
Coefficient
roundTo
Type: SystemInt32
Number of significant digits the number should be rounded to
where
Type: SystemString
Where conditions (on which items apply the recalculation)
See Also