XmlILStorageConverter.SingleToAtomicValue Método

Definição

Converte um Single valor para um XmlAtomicValue.

Esta API suporta a infraestrutura de produtos e não é pressuposta para ser utilizada diretamente a partir do seu 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

Um valor de tipo Single a converter.

index
Int32

Um valor de tipo Int32 que fornece o índice do item a converter.

runtime
XmlQueryRuntime

Uma instância da XmlQueryRuntime classe.

Devoluções

O XmlAtomicValue objeto pelo Single valor.

Aplica-se a