Looking for a way to find the nearest match based on a value. Example: Object A has a value of "2.5" and need to compare this object against a list of other objects and find the object that has the closest match to the value of object "A", and if there are objects with the same difference in value, but one that was lower in value and one that was higher in value, i.e. Object B="2.6", Object C="2.7", give preference to the higher.