Enum UnaryMathExpression.Method

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      ABS
      Absolute Value.
      ACOS
      Arc Cosine of value.
      ASIN
      Arc Sine of value.
      ATAN
      Arc Tangent of value.
      BITNOT
      Bitwise not operator
      CEILING  
      COS
      Cosine of angle in radians
      COT
      Cotangent of angle in radians.
      DEGREES
      Convert a value in radians to degrees.
      EXP
      Euler's number e raised to the power of the argument
      FLOOR  
      LN
      Natural Logarithm
      RADIANS
      Convert a value in degrees to radians.
      RANDOM
      Random value.
      ROUND
      Round to the nearest integer.
      SIGN  
      SIN
      Sine of angle in radians
      SQRT
      Square Root.
      TAN
      Tangent of angle in radians