677678679680681682683684685686687688
Float f = fc.getValue(); return f; } else if (s instanceof Int24Column) { Int24Column ic = (Int24Column) s; Integer i = ic.getValue(); return i; } else if (s instanceof LongColumn) { LongColumn lc = (LongColumn) s;