Compartilhar via


JsonReader.ReadDoubleArray método

Cria uma matriz de Double da cadeia JSON. This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight.Runtime (em Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Phone.Runtime (em Microsoft.SharePoint.Client.Phone.Runtime.dll)  Microsoft.SharePoint.Client.Runtime (em Microsoft.SharePoint.Client.Runtime.dll)

Sintaxe

'Declaração
Public Function ReadDoubleArray As Double()
'Uso
Dim instance As JsonReader
Dim returnValue As Double()

returnValue = instance.ReadDoubleArray()
public double[] ReadDoubleArray()

Valor retornado

Tipo: []
Double .

Comentários

O tipo do token que pode ser usado para criar o objeto de matriz Double é Double. O valor do token iniciar deve ser "[" e o valor do token final deve ser "]". Este método converte o valor dos tokens para o valor de Double.

Ver também

Referência

JsonReader classe

JsonReader membros

Microsoft.SharePoint.Client namespace