JsonArray.GetNumberAt Method

Gets the number at the specified index, if the ValueType of the value at that index is Number.

Syntax

public:
float64 GetNumberAt(
         uint32 index
)  

Parameters

index
Type: uint32 

  The specified index.

Return value

Type: float64 

  The number value at the specified index.

Requirements

Namespace: Windows.Data.Json

Metadata: windows.winmd

See also

Reference

JsonArray Class

JsonArray Members

Windows.Data.Json Namespace