Value.Subtract

This function calculates the numerical difference between two values, value1 and value2. Users have the option to specify the level of precision they desire. If no precision is specified, the default ...

Syntax

Value.Subtract(value1 as any, value2 as any, optional precision as nullable number) as any

About

This function calculates the numerical difference between two values, value1 and value2. Users have the option to specify the level of precision they desire. If no precision is specified, the default setting is Precision.Double.