VDS Renaissance 的界面提供多种语言。官方文档以英语维护,以确保提供统一、一致且始终最新的参考。
@FMUL
Windows ✓Linux ✓macOS ⏳
Syntax
@FMUL(<value1>,<value2>)
Description
This function returns the product of its two arguments: <value1> x <value2>, which may be floating-point numbers.
OK
Unchanged.
Example
%F = @FMUL(%A,%B)
See a more advanced example...