Class Int32UValue


  • public class Int32UValue
    extends NumberValue<java.lang.Long>
    Implements an SGr value containing a 32-bit unsigned integer value.
    • Method Detail

      • setValue

        protected void setValue​(double value)
        Description copied from class: NumberValue
        Updates the numeric value.
        Specified by:
        setValue in class NumberValue<java.lang.Long>
        Parameters:
        value - a double value
      • asArray

        public Int32UValue[] asArray()
        Description copied from class: Value
        Gets the value as array.
        Specified by:
        asArray in class Value
        Returns:
        an array of Value
      • absValue

        public void absValue()
        Description copied from class: Value
        Sets the instance's value to its absolute value, if possible.
        Specified by:
        absValue in class Value
      • roundToInt

        public void roundToInt()
        Description copied from class: Value
        Rounds the instance's value to the nearest integer, if possible.
        Specified by:
        roundToInt in class Value
      • of

        public static Int32UValue of​(long value)
        Creates a new instance from long.
        Parameters:
        value - the long value
        Returns:
        an instance of Int32UValue