[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Type describing the rounding mode for the Floating Point processor.
Source position: mathuh.inc line 17
type TFPURoundingMode = ( |
||
rmNearest, |
|
Round to nearest integer value |
rmDown, |
|
Round to biggest integer smaller than value. |
rmUp, |
|
Round to smallest integer larger than value. |
rmTruncate |
|
Cut off fractional part. |
); |
lazarus-ccr.sourceforge.net |