• @Float64 decorator is syntactic sugar for @Relation(PrimitiveSymbol.float64).

    Using this decorator specifies that the decorated should be interpreted as a 64 floating point number.

    Type Parameters

    • This extends object

      The type of the class the decorator is applied to.

    • Value

      The type of the decorated property.

    Parameters

    Returns void

    class Protocol {
    @Float64
    data: number
    }