asDouble

Navigation:  NxLib API > C++ Interface > NxLibItem >

asDouble

Previous pageReturn to chapter overviewNext page

Try to read a double value from this tree item.

Signatures

Variants throwing exceptions on API errors:

double asDouble() const

Variants returning API errors as int* parameter:

double asDouble(int* returnCode) const

Parameters

returnCode

The error code returned when accessing the item.

Return Value

The item value, if the item was of the corresponding JSON type. Otherwise the return value is undefined.