XmlILStorageConverter.SingleToAtomicValue Metoda
Definicja
Ważny
Niektóre informacje dotyczą produktów przedpremierowych, które mogą zostać znacznie zmodyfikowane przed premierą. Microsoft nie udziela żadnych gwarancji, ani wyraźnych, ani domniemanych, dotyczących informacji podanych tutaj.
Konwertuje Single wartość na wartość XmlAtomicValue.
To API wspiera infrastrukturę produktu i nie jest przeznaczone do bezpośredniego używania z twojego kodu.
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
Parametry
- runtime
- XmlQueryRuntime
Wystąpienie klasy XmlQueryRuntime.
Zwraca
XmlAtomicValue Obiekt dla Single wartości.