System. Math Method

Source: Internet
Author: User
Tags natural logarithm rounds
  Name Description
  ABS (decimal) Returns the absolute value of a decimal number.
  ABS (double) Returns the absolute value of a double-precision floating point number.
  ABS (int16) Returns the absolute value of a 16-bit signed integer.
  ABS (int32) Returns the absolute value of a 32-bit signed integer.
  ABS (int64) Returns the absolute value of a 64-bit signed integer.
  ABS (sbyte) Returns the absolute value of an 8-bit signed integer.
  ABS (single) Returns the absolute value of a single-precision floating point number.
  ACOs Returns the angle of the specified number from the cosine.
  Asin Returns the angle from which the sine value is the specified number.
  Atan Returns the angle of the specified number with the tangent.
  Atan2 Returns the angle from which the tangent value is the quotient of two specified numbers.
  Bigmul Generates the complete product of two 32-bit numbers.
  Ceiling (decimal) Returns the smallest integer value greater than or equal to the specified decimal number.
  Ceiling (double) Returns the smallest integer value greater than or equal to the specified double-precision floating point number.
  Cos Returns the cosine of the specified angle.
  Cosh Returns the hyperbolic cosine of the specified angle.
  Divrem (int32, int32, int32) Calculate the quotient of two 32-bit signed integers and return the remainder through the output parameter.
  Divrem (int64, int64, int64) Calculate the quotient of two 64-bit signed integers and return the remainder through the output parameter.
  Exp Returns the specified power of E.
  Floor (decimal) Returns the maximum integer that is less than or equal to the specified decimal number.
  Floor (double) Returns the maximum integer that is less than or equal to the specified double-precision floating point number.
  Ieeeremainder Returns the remainder of a specified number.
  Log (double) Returns the natural logarithm of the specified number (Base E ).
  Log (double, double) Returns the logarithm of a specified number when the specified base is used.
  Log10 Returns the base-10 logarithm of the specified number.
  Max (byte, byte) Returns a larger value of two unsigned integers.
  Max (decimal, decimal) Returns a large value of two decimal numbers.
  Max (double, double) Returns a larger value of two double-precision floating-point numbers.
  Max (int16, int16) Returns a larger value of two 16-bit signed integers.
  Max (int32, int32) Returns a larger value of two 32-bit signed integers.
  Max (int64, int64) Returns a larger value of two 64-bit signed integers.
  Max (sbyte, sbyte) Returns a larger value of two 8-bit signed integers.
  Max (single, Single) Returns a larger value of two single-precision floating-point numbers.
  Max (uint16, uint16) Returns a larger value of two unsigned integers.
  Max (uint32, uint32) Returns one of the two 32-bit unsigned integers.
  Max (uint64, uint64) Returns a larger value of two 64-bit unsigned integers.
  Min (byte, byte) Returns a smaller value of two unsigned integers.
  Min (decimal, decimal) Returns a smaller value of two decimal numbers.
  Min (double, double) Returns a smaller value of two double-precision floating-point numbers.
  Min (int16, int16) Returns a smaller value of two 16-bit signed integers.
  Min (int32, int32) Returns a smaller 32-bit signed integer.
  Min (int64, int64) Returns a smaller value of two 64-bit signed integers.
  Min (sbyte, sbyte) Returns a smaller value of two 8-bit signed integers.
  Min (single, Single) Returns a smaller value of two single-precision floating-point numbers.
  Min (uint16, uint16) Returns a smaller value of two unsigned integers.
  Min (uint32, uint32) Returns a smaller value of two 32-bit unsigned integers.
  Min (uint64, uint64) Returns a smaller value of two 64-bit unsigned integers.
  POW Returns the power of a specified number.
  Round (decimal) Round a small value to the nearest integer.
  Round (double) Round the double-precision floating point value to the nearest integer.
  Round (decimal, int32) Rounds a small value to a specified number of decimal places.
  Round (decimal, midpointrounding) Round a small value to the nearest integer. A parameter that specifies how to round a value when it is in the middle of two numbers.
  Round (double, int32) Rounds the double-precision floating point value to a specified number of decimal places.
  Round (double, midpointrounding) Rounds the double-precision floating point value to the nearest integer. A parameter that specifies how to round a value when it is in the middle of two numbers.
  Round (decimal, int32, midpointrounding) Rounds a small value to a specified number of decimal places. A parameter that specifies how to round a value when it is in the middle of two numbers.
  Round (double, int32, midpointrounding) Rounds the double-precision floating point value to a specified number of decimal places. A parameter that specifies how to round a value when it is in the middle of two numbers.
  Sign (decimal) Returns the value of a numeric symbol.
  Sign (double) Returns the value of a double-precision floating point number.
  Sign (int16) Returns the value of a 16-bit signed integer.
  Sign (int32) Returns the value of a 32-bit signed integer.
  Sign (int64) Returns the value of a 64-bit signed integer.
  Sign (sbyte) Returns the value of an 8-bit signed integer.
  Sign (single) Returns the value of a single-precision floating point number.
  Sin Returns the sine of the specified angle.
  Sinh Returns the hyperbolic sine of the specified angle.
  SQRT Returns the square root of a specified number.
  Tan Returns the tangent of the specified angle.
  Tanh Returns the hyperbolic tangent of the specified angle.
  Truncate (decimal) Calculates the integer portion of a specified decimal number.
  Truncate (double) Calculates the integer portion of the specified double-precision floating point number.

System. Math Method

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.