populator static method

FloatingPointValuePopulator<FloatingPoint64Value> populator()
override

Creates a FloatingPointValuePopulator, which can then be used to complete construction using population functions.

Implementation

static FloatingPointValuePopulator<FloatingPoint64Value> populator() =>
    FloatingPoint64ValuePopulator(FloatingPoint64Value.uninitialized());