Lines Matching refs:decimal

20 Enumerates the value types available for constructing a decimal.
32 | [Decimal](#decimal) | The value is a decimal. |
91 | minE | number | No | No | Minimum negative exponents. A decimal with an ex…
92 | maxE | number | No | No | Maximum positive exponent. A decimal with an exp…
109 | d | number[] | Yes | Yes | Digits in the integer part and factional part of a decimal.|
110 | e | number | Yes | Yes | Exponent in a decimal.|
111 | s | number | Yes | Yes | Sign in a decimal. |
167 Returns a new **Decimal** object representing the absolute value of this decimal.
177 | [Decimal](#decimal) | **Decimal** object representing the absolute value.|
190 Returns a new **Decimal** object representing the nearest integer to which this decimal is rounded …
200 | [Decimal](#decimal) | **Decimal** object representing the nearest integer rounded.|
213 Returns a new **Decimal** object representing the nearest integer to which this decimal is rounded …
223 | [Decimal](#decimal) | **Decimal** object representing the nearest integer rounded.|
236 Returns a new **Decimal** object representing the integer part truncated from this decimal.
246 | [Decimal](#decimal) | **Decimal** object representing the integer part.|
276 | [Decimal](#decimal) | **Decimal** object representing a value within the range.|
300 …s a new **Decimal** object representing the sum of adding the specified number *n* to this decimal.
318 | [Decimal](#decimal) | **Decimal** object representing the sum.|
339 …mal** object representing the difference of subtracting the specified number *n* from this decimal.
357 | [Decimal](#decimal) | **Decimal** object representing the difference.|
378 Returns a new **Decimal** object representing the product of multiplying this decimal by the specif…
396 | [Decimal](#decimal) | **Decimal** object representing the product.|
417 Returns a new **Decimal** object representing the quotient of dividing this decimal by the specifie…
435 | [Decimal](#decimal) | **Decimal** object representing the quotient.|
456 Returns a new **Decimal** object representing the remainder of dividing this decimal by the specifi…
474 | [Decimal](#decimal) | **Decimal** object representing the remainder.|
495 Returns a new **Decimal** object representing the square root of this decimal.
507 | [Decimal](#decimal) | **Decimal** object representing the square root.|
520 Returns a new **Decimal** object representing the cube root of this decimal.
532 | [Decimal](#decimal) | **Decimal** object representing the cube root.|
545 Returns a new **Decimal** object representing the value resulting from raising this decimal to the …
563 | [Decimal](#decimal) | **Decimal** object representing the result of the exponentiation operation.|
585 …ew **Decimal** object representing the value resulting from raising e to the power of this decimal.
597 | [Decimal](#decimal) | **Decimal** object representing the result of the natural exponentiation op…
618 Returns a new **Decimal** object representing the logarithm of this decimal to the specified base *…
636 | [Decimal](#decimal) | **Decimal** object representing the logarithm.|
658 Returns a new **Decimal** object representing the natural logarithm of this decimal.
670 | [Decimal](#decimal) | **Decimal** object representing the natural logarithm.|
691 Returns a new **Decimal** object representing the cosine of this decimal.
701 | [Decimal](#decimal) | **Decimal** object representing the cosine.|
714 Returns a new **Decimal** object representing the sine of this decimal.
724 | [Decimal](#decimal) | **Decimal** object representing the sine.|
737 Returns a new **Decimal** object representing the tangent of this decimal.
747 | [Decimal](#decimal) | **Decimal** object representing the tangent.|
760 Returns a new **Decimal** object representing the hyperbolic cosine of this decimal.
770 | [Decimal](#decimal) | **Decimal** object representing the hyperbolic cosine.|
783 Returns a new **Decimal** object representing the hyperbolic sine of this decimal.
793 | [Decimal](#decimal) | **Decimal** object representing the hyperbolic sine.|
806 Returns a new **Decimal** object representing the hyperbolic tangent of this decimal.
816 | [Decimal](#decimal) | **Decimal** object representing the hyperbolic tangent.|
829 Returns a new **Decimal** object representing the arc cosine of this decimal.
839 | [Decimal](#decimal) | **Decimal** object representing the arc cosine.|
860 Returns a new **Decimal** object representing the arc sine of this decimal.
870 | [Decimal](#decimal) | **Decimal** object representing the arc sine.|
891 Returns a new **Decimal** object representing the arc tangent of this decimal.
901 | [Decimal](#decimal) | **Decimal** object representing the arc tangent.|
922 Returns a new **Decimal** object representing the inverse hyperbolic cosine of this decimal.
932 | [Decimal](#decimal) | **Decimal** object representing the inverse hyperbolic cosine.|
953 Returns a new **Decimal** object representing the inverse hyperbolic sine of this decimal.
963 | [Decimal](#decimal) | **Decimal** object representing the inverse hyperbolic sine.|
984 Returns a new **Decimal** object representing the inverse hyperbolic tangent of this decimal.
994 | [Decimal](#decimal) | **Decimal** object representing the inverse hyperbolic tangent.|
1015 Compares this decimal with the specified number *n*.
1031 …*: The decimal is greater than *n*.<br>**-1**: The decimal is less than *n*.<br>**0**: The decimal
1057 Checks whether this decimal is equal to the specified number *n*.
1095 Checks whether this decimal is greater than the specified number *n*.
1111 | boolean | **true**: The decimal is greater than *n*.<br>**false**: The decimal is not greater tha…
1133 Checks whether this decimal is greater than or equal to the specified number *n*.
1149 | boolean | **true**: The decimal is greater than or equal to *n*.<br>**false**: The decimal is not…
1171 Checks whether this decimal is less than the specified number *n*.
1187 | boolean | **true**: The decimal is less than *n*.<br>**false**: The decimal is not less than *n*.|
1209 Checks whether this decimal is less than or equal to the specified number *n*.
1225 | boolean | **true**: The decimal is less than or equal to *n*.<br>**false**: The decimal is not le…
1247 Checks whether this decimal is finite.
1257 | boolean | **true**: The decimal is finite.<br>**false**: The decimal is not finite.|
1271 Checks whether this decimal is an integer.
1281 | boolean | **true**: The decimal is an integer.<br>**false**: The decimal is not an integer.|
1295 Checks whether this decimal is NaN.
1305 | boolean | **true**: The decimal is NaN.<br>**false**: The decimal is not NaN.|
1319 Checks whether this decimal is negative.
1329 | boolean | **true**: The decimal is negative.<br>**false**: The decimal is not negative.|
1347 Checks whether this decimal is positive.
1357 | boolean | **true**: The decimal is positive.<br>**false**: The decimal is not positive.|
1375 Returns whether this decimal is zero or minus zero.
1385 | boolean | **true**: The decimal is zero or minus zero.<br>**false**: The decimal is not zero.|
1399 Returns a new **Decimal** object representing the integer part of this decimal divided by the speci…
1417 | [Decimal](#decimal) | **Decimal** object representing the integer part.|
1440 Returns a new **Decimal** object representing the result of multiplying this decimal by negative on…
1450 | [Decimal](#decimal) | **Decimal** object representing the negated value of the decimal.|
1464 Converts this decimal into a binary string.
1498 Converts this decimal into a binary string, with the number of significant digits specified.
1538 Converts this decimal into a binary string, with the number of significant digits and rounding mode…
1577 Converts this decimal into an octal string.
1603 Converts this decimal into an octal string, with the number of significant digits specified.
1643 Converts this decimal into an octal string, with the number of significant digits and rounding mode…
1682 Converts this decimal into a hexadecimal string.
1708 Converts this decimal into a hexadecimal string, with the number of significant digits specified.
1748 Converts this decimal into a hexadecimal string, with the number of significant digits and rounding…
1787 Truncates this decimal, without rounding.
1797 | [Decimal](#decimal) | **Decimal** object presenting the value with the given number of decimal pl…
1811 Truncates this decimal to a given number of decimal places.
1823 | decimalPlaces | number | Yes | Number of decimal places to reserve. The value is an integer in t…
1829 | [Decimal](#decimal) | **Decimal** object presenting the value with the given number of decimal pl…
1851 Truncates this decimal to a given number of decimal places, with the rounding mode specified.
1861 | decimalPlaces | number | Yes | Number of decimal places to reserve. The value is …
1868 | [Decimal](#decimal) | **Decimal** object presenting the value with the given number of decimal pl…
1891 Converts this decimal to a string expressed in exponential notation, without rounding.
1915 Converts this decimal to a string expressed in exponential notation, with the number of decimal pla…
1927 | decimalPlaces | number | Yes | Number of decimal places to reserve. The value is an integer in t…
1957 Converts this decimal to a string expressed in exponential notation, with the number of decimal pla…
1967 | decimalPlaces | number | Yes | Number of decimal places to reserve. The value is …
1996 Converts this decimal to a string expressed in decimal fixed-point mode, without rounding.
2006 | [Decimal](#decimal) | String expressed in decimal fixed-point mode.|
2020 Converts this decimal to a string expressed in decimal fixed-point mode, with the number of decimal
2032 | decimalPlaces | number | Yes | Number of decimal places to reserve. The value is an integer in t…
2038 | [Decimal](#decimal) | String expressed in decimal fixed-point mode.|
2062 Converts this decimal to a string expressed in decimal fixed-point mode, with the number of decimal
2072 | decimalPlaces | number | Yes | Number of decimal places to reserve. The value is …
2079 | [Decimal](#decimal) | String expressed in decimal fixed-point mode.|
2101 Converts this decimal into a fraction.
2111 | [Decimal](#decimal)[] | Decimal array with a fixed length of 2. The two integers in the array rep…
2125 Converts this decimal to a fraction, with the maximum denominator specified.
2141 | [Decimal](#decimal)[] | Decimal array with a fixed length of 2. The two integers in the array rep…
2167 Multiplies the specified number *n* to a value closet to this decimal and returns this closest valu…
2205 Multiplies the specified number *n* to a value closet to this decimal and returns this closest valu…
2222 | [Decimal](#decimal) | **Decimal** object representing the closest value.|
2244 Converts this decimal into a string.
2270 Converts this decimal into a string, with the number of significant digits specified.
2311 Converts this decimal into a string, with the number of significant digits and rounding mode specif…
2350 Converts this decimal into another one with the number of significant digits specified.
2362 | [Decimal](#decimal) | **Decimal** object with the specified number of significant digits.|
2376 Converts this decimal into another one with the number of significant digits specified.
2394 | [Decimal](#decimal) | **Decimal** object with the specified number of significant digits.|
2416 Converts this decimal into another one with the number of significant digits and rounding mode spec…
2433 | [Decimal](#decimal) | **Decimal** object with the specified number of significant digits.|
2455 Converts this decimal into a number.
2465 | number | Number representing the decimal.|
2479 Converts this decimal into a string. If the positive exponent of the decimal is greater than or equ…
2489 | string | String representing the decimal.|
2512 Returns a string representing the value of this decimal. Negative zeros contain minus signs.
2522 | string | String representing the decimal.|
2536 Returns the number of decimal places of this decimal.
2546 | number | Number of decimal places.|
2560 Returns the number of significant digits of this decimal.
2584 Returns the number of significant digits of this decimal, with **includeZeros** specified to determ…
2639 | [Decimal](#decimal) | **Decimal** object representing the absolute value.|
2676 | [Decimal](#decimal) | **Decimal** object representing the nearest integer rounded.|
2713 | [Decimal](#decimal) | **Decimal** object representing the nearest integer rounded.|
2750 | [Decimal](#decimal) | **Decimal** object representing the integer part.|
2789 | [Decimal](#decimal) | **Decimal** object representing a value within the range.|
2830 | [Decimal](#decimal) | **Decimal** object representing the sum.|
2869 | [Decimal](#decimal) | **Decimal** object representing the sum.|
2909 | [Decimal](#decimal) | **Decimal** object representing the difference.|
2949 | [Decimal](#decimal) | **Decimal** object representing the product.|
2989 | [Decimal](#decimal) | **Decimal** object representing the quotient.|
3030 | [Decimal](#decimal) | **Decimal** object representing the remainder.|
3069 | [Decimal](#decimal) | **Decimal** object representing the square root.|
3108 | [Decimal](#decimal) | **Decimal** object representing the cube root.|
3146 | [Decimal](#decimal) | **Decimal** object representing the result of the exponentiation operation.|
3186 | [Decimal](#decimal) | **Decimal** object representing the result of the natural exponentiation op…
3227 | [Decimal](#decimal) | **Decimal** object representing the logarithm.|
3267 | [Decimal](#decimal) | **Decimal** object representing the natural logarithm.|
3307 | [Decimal](#decimal) | **Decimal** object representing the base 2 logarithm of the specified numbe…
3347 | [Decimal](#decimal) | **Decimal** object representing the base 10 logarithm of the specified numb…
3387 | [Decimal](#decimal) | **Decimal** object representing the cosine.|
3426 | [Decimal](#decimal) | **Decimal** object representing the sine.|
3465 | [Decimal](#decimal) | **Decimal** object representing the tangent.|
3504 | [Decimal](#decimal) | **Decimal** object representing the hyperbolic cosine.|
3543 | [Decimal](#decimal) | **Decimal** object representing the hyperbolic sine.|
3582 | [Decimal](#decimal) | **Decimal** object representing the hyperbolic tangent.|
3621 | [Decimal](#decimal) | **Decimal** object representing the arc cosine.|
3661 | [Decimal](#decimal) | **Decimal** object representing the arc sine.|
3701 | [Decimal](#decimal) | **Decimal** object representing the arc tangent.|
3741 | [Decimal](#decimal) | **Decimal** object representing the inverse hyperbolic cosine.|
3781 | [Decimal](#decimal) | **Decimal** object representing the inverse hyperbolic sine.|
3821 | [Decimal](#decimal) | **Decimal** object representing the inverse hyperbolic tangent.|
3862 | [Decimal](#decimal) | **Decimal** object representing the arc tangent of y/x in the range from -π…
3902 | [Decimal](#decimal) | **Decimal** object representing the Euclidean norm of the elements.|
3939 | [Decimal](#decimal) | **Decimal** object representing the maximum value.|
3976 | [Decimal](#decimal) | **Decimal** object representing the minimum value.|
4007 | [Decimal](#decimal) | **Decimal** object representing a random number in the range [0, 1).|
4043 | [Decimal](#decimal) | **Decimal** object representing a random number in the range [0, 1).|
4117 | [Decimal](#decimal) | **Decimal** object representing the integer rounded.|