double IgetDoubleAttribute(string attributeName);
The double value of the attribute.
// Call the double method and get the attribute double doubleValue = 0; String doubleAttributeName = "Average"; doubleValue = exampleBusObj.IgetDoubleAttribute(doubleAttributeName);