FloatingPointValuePopulator<FpvType extends FloatingPointValue> constructor
- FpvType _unpopulated
Creates a FloatingPointValuePopulator for the given _unpopulated
FloatingPointValue.
Implementation
FloatingPointValuePopulator(this._unpopulated);