Skip to main content



Percent Function

The Percent function returns (value * percent) / 100.0.

Syntax

Percent(value, percent)

The Percent function returns (value * percent) / 100.0.

Arguments

value Numeric - A numeric.

percent Numeric - A numeric.

Remarks

Example:

Percent(120, 8); // returns 9.6