[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Rounds a value to the nearest integer or specified number of decimal places. [Property] Type=Sets the Type of the operand. ARG(enum)|4|0|Double,Decimal Digits=Sets the number of fractional digits in the return value. ARG(int)|1|0 Mode=Sets specification for how to round value if it is midway between two other numbers. ARG(MidpointRounding)|14|0|None,ToEven,AwayFromZero [Methods] doRound=Performs the mathematical function Round(number). ARG(number value, int Digits, MidpointRounding Mode)|1|0 onResult=Returns the number nearest to value that has a number of fractional digits equal to digits. ARG(number)|2|0 Result=Returns the result. ARG(number)|3|0 Value=Defines the number. ARG(number)|4|0 Digits=Defines the number of fractional digits in the return value. ARG(int)|4|1