valuePopulator method

  1. @override
FloatingPointValuePopulator<FloatingPointTF32Value> valuePopulator()
override

A FloatingPointValuePopulator for values associated with this FloatingPoint type.

Implementation

@override
FloatingPointValuePopulator<FloatingPointTF32Value> valuePopulator() =>
    FloatingPointTF32Value.populator();