klyn.Double.operator*
method
public native static operator*( readonly a as Double, readonly b as Double ) as Double
Description

Multiplies two Double values.

Parameters
  • a Left operand.
  • b Right operand.
Returns

a * b.

Example
assert 2.5 * 4.0 == 10.0