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

Tests whether two Double values are different.

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

true when the values differ.

Example
assert 3.5 != 4.0