Beispiel #1
0
 static inline double peekDouble(const NValue value) {
     assert(value.getValueType() == VALUE_TYPE_DOUBLE);
     return value.getDouble();
 }