uint16
Convert to unsigned 16-bit integer (range 0 to 65,535).
Syntax
Section titled “Syntax”S = uint16(X)Description
Section titled “Description”Returns X converted to uint16. Values outside the range are saturated.
Example
Section titled “Example”uint16(70000) % 65535 (saturated)