Element | Package and Description |
WmPublic. Returns the absolute value of the input number. | |
WmPublic. Adds a list of floating point numbers (represented in a string list) and returns the sum. | |
WmPublic. Adds one floating point number (represented as a String) to another and returns the sum. | |
WmPublic. Adds a list of integers (represented in a String list) and returns the sum. | |
WmPublic. Adds one integer (represented as a String) to another and returns the sum. | |
WmPublic. Adds one java.lang.Number object to another and returns the sum. | |
WmPublic. Divides one floating point number (represented as a String) by another (num1/num2) and returns the quotient. | |
WmPublic. Divides one integer (represented as a String) by another (num1/num2) and returns the quotient. | |
WmPublic. Divides one java.lang.Number object by another (num1/num2) and returns the quotient. | |
WmPublic. Returns the largest number from a list of numbers. | |
WmPublic. Returns smallest number from a list of numbers. | |
WmPublic. Multiplies a list of floating point numbers (represented in a String list) and returns the product. | |
WmPublic. Multiples one floating point number (represented as String) by another and returns the product. | |
WmPublic. Multiplies a list of integers (represented in a String list) and returns the product. | |
WmPublic. Multiplies one integer (represented as a String) by another and returns the product. | |
WmPublic. Multiplies one java.lang.Number object by another and returns the product. | |
WmPublic. Returns the next pseudorandom, uniformly distributed double between 0.0 and 1.0. | |
WmPublic. Returns a rounded number. | |
WmPublic. Subtracts one floating point number (represented as a String) from another and returns the difference. | |
WmPublic. Subtracts one integer (represented as a String) from another and returns the difference. | |
WmPublic. Subtracts one java.lang.Number object from another and returns the difference. | |
WmPublic. Converts a string to numeric data type. |