
co.nstant.in.cbor.model.HalfPrecisionFloat Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cbor Show documentation
Show all versions of cbor Show documentation
Java implementation of RFC 7049: Concise Binary Object Representation (CBOR)
The newest version!
package co.nstant.in.cbor.model;
public class HalfPrecisionFloat extends AbstractFloat {
public HalfPrecisionFloat(float value) {
super(SpecialType.IEEE_754_HALF_PRECISION_FLOAT, value);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy