Class Float16

  • All Implemented Interfaces:
    DoubleValue

    public class Float16
    extends java.lang.Object
    implements DoubleValue
    • Constructor Summary

      Constructors 
      Constructor Description
      Float16​(float value)  
      Float16​(Data bigEndian)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double doubleValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        public final float value
      • bigEndian

        @NonNull
        public final Data bigEndian
    • Constructor Detail

      • Float16

        public Float16​(float value)
      • Float16

        public Float16​(@NonNull
                       Data bigEndian)