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

Adds two Double values.

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

a + b.

Example
assert 1.25 + 2.5 == 3.75