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