| synopsis || arguments || prev || next |

kdu_params::compare

Java: Kdu_params::Compare

Overload navigation: 1, 2, 3

bool compare( const char * name, int record_idx, int field_idx, float value)

Java: boolean Compare( String name, int record_idx, int field_idx, float value)

[Declared in "../coresys/common/kdu_params.h"]

Go to class description.


Synopsis

Same as the integer version of the compare function, except that it compares a floating point value with a floating point attribute field.


Arguments

name [const char *]

record_idx [int]

field_idx [int]

value [float]


| top || synopsis || arguments || prev || next |