構文
double IgetDoubleAttribute(string attributeName);
パラメーター
戻り値
属性の double 値。
例外
例
// Call the double method and get the attribute double doubleValue = 0; String doubleAttributeName = "Average"; doubleValue = exampleBusObj.IgetDoubleAttribute(doubleAttributeName);