int16
# int16 type variable
# all the inputs from -32768 to +32767 will be accepted
TestNumber:{type: int16}
---
~ -32750 # valid
~ 12585 # valid
~ 32765 # valid
~ 32768 # invalid
~ -32770 # invalid
Member Def
Last updated
Was this helpful?
