Class UInt

java.lang.Object
java.lang.Number
com.thanlinardos.spring_enterprise_library.math.UInt
All Implemented Interfaces:
Serializable

public class UInt extends Number
Class representing an unsigned integer (UInt) with a range from 0 to 4294967295. This class extends the Number class and provides methods to retrieve the value in different numeric formats.
See Also: