XmlILStorageConverter.SingleToAtomicValue Metoda

Definicja

Konwertuje Single wartość na wartość XmlAtomicValue.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu 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

value
Single

Wartość typu Single do przekonwertowania.

index
Int32

Wartość typu Int32 , która udostępnia indeks elementu do konwersji.

runtime
XmlQueryRuntime

Wystąpienie klasy XmlQueryRuntime.

Zwraca

XmlAtomicValue Obiekt dla Single wartości.

Dotyczy