def

func:pointConvert

pointConvert(pt, convert, val)

Evaluate a point conversion. First parameter is point to test (anything accepted by toRec()) or null to use empty dict.

Examples:

pointConvert(null, "+ 2 * 10", 3)
pointConvert(null, "hexToNumber()", "ff")
pointConvert(null, "°C => °F", 20°C)

meta

supertypes

feature

Feature namespace of definitions formatted as feature:name

    func

Axon function