 | AttributeTypeTypeGetDouble Method |
Parse the Attribute Value string as double. If the string can not be parsed, a format exception is returned.
This method uses the XmlConvert
ToDouble(String) method and a fall back conversion, if the first
conversion
fails.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic double GetDouble()
Public Function GetDouble As Double
public:
double GetDouble()
Return Value
DoubleDouble.
Exceptions
See Also