Returns the result of rounding {0} based on the sign of the number. This function will round positive numbers up and negative numbers down. If {1} is specified, {0} is rounded to the {1} number of decimal digits.
Returns the result of raising {0} to the power of {1}. If {0} or {1} are null, Number.Power returns null. {0}: The base. ...
Returns the result of removing a number of characters, {2}, from text value {0} beginning at position {1} and then inserting ...
Returns the result of replacing all occurrences of text value {1} in text value {0} with text value {2}. This function is ...
Returns the result of rounding {0} based on the sign of the number. This function will round positive numbers down and negative ...
Returns the result of rounding {0} based on the sign of the number. This function will round positive numbers up and negative ...
Returns the result of rounding {0} down to the previous highest integer. If {0} is null, Number.RoundDown returns null. If ...
Returns the result of rounding {0} down to the previous highest integer. If {0} is null, Number.RoundDown returns null. If ...
Returns the result of rounding {0} to the nearest number. If {0} is null, Number.Round returns null. {0} is rounded to the ...
Returns the result of rounding {0} to the nearest number. If {0} is null, Number.Round returns null. {0} is rounded to the ...