Record Class ESExpr.Float16

java.lang.Object
java.lang.Record
dev.argon.esexpr.ESExpr.Float16
Record Components:
f - The float value.
All Implemented Interfaces:
ESExpr
Enclosing interface:
ESExpr

public static record ESExpr.Float16(short f) extends Record implements ESExpr
A 32-bit floating point value.