FixedPointValuePopulator<FxvType extends FixedPointValue> constructor

FixedPointValuePopulator<FxvType extends FixedPointValue>(
  1. FxvType _unpopulated
)

Creates a FixedPointValuePopulator for the given _unpopulated FixedPointValue.

Implementation

FixedPointValuePopulator(this._unpopulated);