[Overview][Constants][Types][Classes][Procedures and functions] | Reference for unit 'math' (#rtl) |
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. |
); |
No notes exist for this page yet.