FieldByName (). AsFloat only be retained to four decimal places, four or more should use the Value

FieldByName('a').AsFloat

to

FieldByName('a').Value

Guess you like

Origin www.cnblogs.com/zyb2016/p/11592413.html