[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Returns the smaller of two numbers. [Property] Type=Sets the Type of the operand. ARG(enum)|4|0|Double,Decimal,Int32,Int64,Single [Methods] doMin=Performs the mathematical function Min(number, number). ARG(number A, number B)|1|0 onResult=Returns the smaller of two numbers. ARG(number)|2|0 Result=Returns the result. ARG(number)|3|0 A=Defines the first of two numbers to compare. ARG(number)|4|0 B=Defines the second of two numbers to compare. ARG(number)|4|0