Aracılığıyla paylaş


XmlILStorageConverter.DoubleToAtomicValue Yöntem

Tanım

Bir Double değeri öğesine dönüştürür XmlAtomicValue .

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

public:
 static System::Xml::Schema::XmlAtomicValue ^ DoubleToAtomicValue(double value, int index, System::Xml::Xsl::Runtime::XmlQueryRuntime ^ runtime);
public static System.Xml.Schema.XmlAtomicValue DoubleToAtomicValue (double value, int index, System.Xml.Xsl.Runtime.XmlQueryRuntime runtime);
static member DoubleToAtomicValue : double * int * System.Xml.Xsl.Runtime.XmlQueryRuntime -> System.Xml.Schema.XmlAtomicValue
Public Shared Function DoubleToAtomicValue (value As Double, index As Integer, runtime As XmlQueryRuntime) As XmlAtomicValue

Parametreler

value
Double

Dönüştürülecek türden bir değer Double .

index
Int32

Int32Dönüştürülecek öğenin dizinini sağlayan türünde bir değer.

runtime
XmlQueryRuntime

XmlQueryRuntime sınıfının örneği.

Döndürülenler

XmlAtomicValue

XmlAtomicValueDeğer için nesne Double .

Şunlara uygulanır