valueOf static method

FloatTag valueOf(
  1. double value
)

Implementation

static FloatTag valueOf(double value) {
  return FloatTag._(value);
}