JsonArray.GetNumberAt(UInt32) Method

Definition

Gets the number (a Double) at the specified index if the ValueType of the value at that index is Number.

public:
 virtual double GetNumberAt(unsigned int index) = GetNumberAt;
double GetNumberAt(uint32_t const& index);
public double GetNumberAt(uint index);
function getNumberAt(index)
Public Function GetNumberAt (index As UInteger) As Double

Parameters

index
UInt32

unsigned int

uint32_t

The specified index.

Returns

Double

double

The number value at the specified index.

Applies to