SignMagnitudeValuePopulator<SmvType extends SignMagnitudeValue> constructor

SignMagnitudeValuePopulator<SmvType extends SignMagnitudeValue>(
  1. SmvType _unpopulated
)

Creates a SignMagnitudeValuePopulator for the given _unpopulated SignMagnitudeValue.

Implementation

SignMagnitudeValuePopulator(this._unpopulated);