populator static method

FloatingPointValuePopulator<FloatingPoint8E4M3Value> populator()
override

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

Implementation

static FloatingPointValuePopulator<FloatingPoint8E4M3Value> populator() =>
    FloatingPointValuePopulator(FloatingPoint8E4M3Value.uninitialized());