Numerically compare two HDF5 values
bEqual = H5ML.compare_values(value1,value2)
bEqual = H5ML.compare_values(value1,value2)
compares
two values, where either or both values may be specified by their
text representation (for example, 'H5T_NATIVE_INT'
).
The values are compared numerically.
Function parameters:
bEqual | A logical value indicating whether the two values are equal |
value1 | The first value to be compared |
value2 | The second value to be compared |
val = H5ML.get_constant_value('H5T_NATIVE_INT'); H5ML.compare_values(val,'H5T_NATIVE_INT')