Click or drag to resize
BaseInfoGetDoubleValue Method
Gets the double value from the object.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public virtual double GetDoubleValue(
	string columnName,
	double defaultValue
)

Parameters

columnName
Type: SystemString
Column name
defaultValue
Type: SystemDouble
Default value

Return Value

Type: Double
See Also