Class UInt32
- java.lang.Object
-
- io.heraldprox.herald.sensor.datatype.UInt32
-
- All Implemented Interfaces:
DoubleValue
public class UInt32 extends java.lang.Object implements DoubleValue
-
-
Constructor Summary
Constructors Constructor Description UInt32(long value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doubledoubleValue()booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
bitWidth
public static final int bitWidth
- See Also:
- Constant Field Values
-
min
public static final UInt32 min
-
max
public static final UInt32 max
-
value
public final long value
-
-
Method Detail
-
equals
public boolean equals(@Nullable java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
@NonNull public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
doubleValue
public double doubleValue()
- Specified by:
doubleValuein interfaceDoubleValue
-
-