1 2 3 4 5 6 7 8
pragma Strict import QtQml QtObject { property int a: Infinity property int b: -Infinity property int c: NaN }