Vector4Multiply method
See Vector4D.mul.
Implementation
Vector4D Vector4Multiply(
Vector4D v1,
Vector4D v2,
) => run(
() => _debugLabels.Vector4Multiply(v1, v2),
() => v1.mul(v2),
);
See Vector4D.mul.
Vector4D Vector4Multiply(
Vector4D v1,
Vector4D v2,
) => run(
() => _debugLabels.Vector4Multiply(v1, v2),
() => v1.mul(v2),
);