Rounds the specified Real value to an Int64 value.
Source position: lcltype.pp line 2998
function MathRound(
AValue: ValReal
):Int64;
AValue
Real type with the value rounded in the routine.
Int64 type with the rounded value.