operator * 抽象方法

Float64x2 operator *(
  1. Float64x2 other
)

乘法运算符。

实现

Float64x2 operator *(Float64x2 other);