FixToMem16S mm* [D>=21]
Converts a floating point number in W, in the range -32,768 to +32,767, to a signed 16-bit integer in two bytes of RAM. The byte order in RAM is most significant byte in the lowest RAM address.
If W is outside the range -32,768 to +32,767 this will generate a fatal error and reset the controller.
Dialect restriction 1: Available only in boards with dialect 21 or greater.
Dialect restriction 2: jndexes/indexes correctly in dialect 22 or greater. No indexing/jndexing in dialect 21.
See also fIEEEtoW, fIEEEtoWR, fWtoIEEE, fWtoIEEER, FixToMem16U, FloatMem16U, FloatMem16S
