Float16.from constructor

Float16.from(
  1. Float16 other
)

Implementation

Float16.from(Float16 other) : _h = other._h;