@Float64 decorator is syntactic sugar for @Relation(PrimitiveSymbol.float64).
@Float64
@Relation(PrimitiveSymbol.float64)
Using this decorator specifies that the decorated should be interpreted as a 64 floating point number.
The type of the class the decorator is applied to.
The type of the decorated property.
class Protocol { @Float64 data: number} Copy
class Protocol { @Float64 data: number}
Relation
@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.