Aracılığıyla paylaş


XmlILStorageConverter.SingleToAtomicValue Yöntem

Tanım

Bir Single 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 ^ SingleToAtomicValue(float value, int index, System::Xml::Xsl::Runtime::XmlQueryRuntime ^ runtime);
public static System.Xml.Schema.XmlAtomicValue SingleToAtomicValue (float value, int index, System.Xml.Xsl.Runtime.XmlQueryRuntime runtime);
static member SingleToAtomicValue : single * int * System.Xml.Xsl.Runtime.XmlQueryRuntime -> System.Xml.Schema.XmlAtomicValue
Public Shared Function SingleToAtomicValue (value As Single, index As Integer, runtime As XmlQueryRuntime) As XmlAtomicValue

Parametreler

value
Single

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

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 Single .

Şunlara uygulanır