| BaseInfoGetDoubleValue Method  | 
            Gets the double value from the object.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntaxpublic virtual double GetDoubleValue(
	string columnName,
	double defaultValue
)
Parameters
- columnName
 - Type: SystemString
Column name - defaultValue
 - Type: SystemDouble
Default value 
Return Value
Type: 
Double
See Also