operator * method Null safety

Float64x2 operator * (
  1. Float64x2 other
)

Multiplication operator.

Implementation

Float64x2 operator *(Float64x2 other);