FloatingPointValuePopulator<FpvType extends FloatingPointValue> constructor

FloatingPointValuePopulator<FpvType extends FloatingPointValue>(
  1. FpvType _unpopulated
)

Creates a FloatingPointValuePopulator for the given _unpopulated FloatingPointValue.

Implementation

FloatingPointValuePopulator(this._unpopulated);