Returns the difference of the two values.
function (optional
value1
as nullable any, optionalvalue2
as nullable any, optionalprecision
as nullable any) as nullable any
Returns the difference of value1
and value2
. An optional precision
parameter may be specified, by default Precision.Double
is used.
Values.Arithmetic operations