@Int24 decorator is syntactic sugar for @Relation(PrimitiveSymbol.i24).
@Int24
@Relation(PrimitiveSymbol.i24)
Using this decorator specifies that the decorated property should be interpreted as a signed 24 bits integer.
The type of the class the decorator is applied to.
The type of the decorated property.
class Protocol { @Int24 data: number} Copy
class Protocol { @Int24 data: number}
Relation
@Int24
decorator is syntactic sugar for@Relation(PrimitiveSymbol.i24)
.Using this decorator specifies that the decorated property should be interpreted as a signed 24 bits integer.