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

Subtracts two Double values.

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

a - b.

Example
assert 5.5 - 2.0 == 3.5