System::Xml::XmlReader::ReadElementContentAsDouble メソッド

XmlReader::ReadElementContentAsDouble() method

現在の要素を読み取り、内容を倍精度浮動小数点数として返します。

virtual double System::Xml::XmlReader::ReadElementContentAsDouble()

ReturnValue

要素の内容は倍精度浮動小数点数です。

参照

XmlReader::ReadElementContentAsDouble(String, String) method

指定されたローカル名と名前空間URIが現在の要素と一致することを確認し、現在の要素を読み取り、その内容を倍精度浮動小数点数として返します。

virtual double System::Xml::XmlReader::ReadElementContentAsDouble(String localName, String namespaceURI)
パラメーター説明
localNameString要素のローカル名です。
namespaceURIString要素の名前空間 URI。

ReturnValue

要素の内容は倍精度浮動小数点数です。

参照