Value.Divide
Returns the result of dividing the first value by the second.
function (optionalvalue1
as nullable any, optionalvalue2
as nullable any, optionalprecision
as nullable any) as nullable any
Returns the result of dividing
value1
by value2
. An optional precision
parameter may be specified, by default Precision.Double
is used.Values.Arithmetic operations
Last modified 4yr ago