Integer and decimal constructors, arithmetic helpers, bit operations, rounding, random values, and trigonometry.
Bitwise AND.
Clears a bit.
Flips a bit.
Bitwise NOT.
Bitwise OR.
Sets a bit.
Shifts bits left.
Shifts bits right.
Tests a bit.
Bitwise XOR.
Returns absolute value.
Adds values.
Rounds up.
Converts between euros and legacy Euro-zone currencies.
Divides values.
Rounds down.
Returns the maximum value.
Returns the minimum value.
Returns the modulo remainder.
Multiplies values.
Returns a random decimal or a random value within the supplied bounds.
Rounds to the nearest integer using the runtime rounding rule.
Formats an integer as a Roman numeral.
Rounds a value.
Creates a decimal value.
Formats a decimal as a string.
Creates an integer value.
Formats an integer as a string.
Arc cosine.
Arc sine.
Arc tangent.
Two-argument arc tangent.
Cosine.
Natural exponential.
Natural logarithm.
Natural logarithm alias.
Base-10 logarithm.
Raises a value to a power.
Sine.
Square root.
Tangent.