Most methods of the “Result” class are exactly the same as the ones defined in the Result class in ruby extension (Chapter I.4). Several methods or properties are different however:
The iterators are now “iter”, “iter_key” and “iter_values”.
The “getData” method returns a 2D Array, instead of an array of arrays as in the ruby extension.
Several operators defined as “static” in Result class allow to have a float first argument for corresponding dyadic operations.
The “toBlob” and “fromBlob” methods deal with Array of Bytes (unsigned char) instead of Strings in the ruby extension.
The “Clone” method that returns a copy of the object.