[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Returns a value indicating the sign of a number. [Property] Type=Sets the Type of the operand. ARG(enum)|4|0|Double,Decimal,Int32,Int64,Single [Methods] doSign=Performs the mathematical function Sign(number). ARG(number value)|1|0 onResult=Returns a number that indicates the sign of value. ARG(int)|2|1 Result=Returns the result. ARG(int)|3|1 Value=Defines the number. ARG(number)|4|0