Uint16 constructor
const
Uint16(
- int value
Creates a strict 16-bit unsigned integer.
Implementation
const Uint16(int value) : this._(value);
Creates a strict 16-bit unsigned integer.
const Uint16(int value) : this._(value);