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