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

Adds two Double values.

Parameters
ParameterDescription
aLeft operand.
bRight operand.
Returns

a + b.

Example
assert 1.25 + 2.5 == 3.75