XmlILStorageConverter.DoubleToAtomicValue Metoda

Definicja

Konwertuje Double wartość na 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 ^ 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

Parametry

value
Double

Wartość typu Double do przekonwertowania.

index
Int32

Wartość typu Int32 , która dostarcza indeks elementu do przekonwertowania.

runtime
XmlQueryRuntime

Wystąpienie klasy XmlQueryRuntime.

Zwraca

XmlAtomicValue

XmlAtomicValueObiekt dla Double wartości.

Dotyczy