Compartir a través de


XmlILStorageConverter.SingleToAtomicValue Método

Definición

Convierte un valor Single en XmlAtomicValue.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

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

Parámetros

value
Single

Valor de tipo Single que se va a convertir.

index
Int32

Valor de tipo Int32 que proporciona el índice del elemento que se va a convertir.

runtime
XmlQueryRuntime

Instancia de la clase XmlQueryRuntime.

Devoluciones

El objeto XmlAtomicValue del valor Single.

Se aplica a